Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.CreateKbInputDTO
-
Packages that use CreateKbInputDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of CreateKbInputDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Subclasses of CreateKbInputDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models Modifier and Type Class Description classUpdateKbOperationDTOAddAn instance of CreateKbInputDTO for add operation.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return CreateKbInputDTO Modifier and Type Method Description CreateKbInputDTOCreateKbInputDTO. withFiles(List<FileDTO> files)Set the files value.CreateKbInputDTOCreateKbInputDTO. withQnaList(List<QnADTO> qnaList)Set the qnaList value.CreateKbInputDTOCreateKbInputDTO. withUrls(List<String> urls)Set the urls value.
-