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 FileDTO
FileDTO. withFileName(String fileName)
Set the fileName value.FileDTO
FileDTO. 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 CreateKbDTO
CreateKbDTO. withFiles(List<FileDTO> files)
Set the files value.CreateKbInputDTO
CreateKbInputDTO. withFiles(List<FileDTO> files)
Set the files value.
-