Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.FileDTO
-
Packages that use FileDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of FileDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return FileDTO Modifier and Type Method Description FileDTOFileDTO. withFileName(String fileName)Set the fileName value.FileDTOFileDTO. withFileUri(String fileUri)Set the fileUri value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return types with arguments of type FileDTO Modifier and Type Method Description List<FileDTO>CreateKbDTO. files()Get the files value.List<FileDTO>CreateKbInputDTO. files()Get the files value.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with type arguments of type FileDTO Modifier and Type Method Description CreateKbDTOCreateKbDTO. withFiles(List<FileDTO> files)Set the files value.CreateKbInputDTOCreateKbInputDTO. withFiles(List<FileDTO> files)Set the files value.
-