Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.UpdateKbContentsDTO
-
Packages that use UpdateKbContentsDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of UpdateKbContentsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Subclasses of UpdateKbContentsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models Modifier and Type Class Description classUpdateKbOperationDTOUpdateAn instance of UpdateKbContentsDTO for Update Operation.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return UpdateKbContentsDTO Modifier and Type Method Description UpdateKbContentsDTOUpdateKbContentsDTO. withDefaultAnswer(String defaultAnswer)Set the defaultAnswer value.UpdateKbContentsDTOUpdateKbContentsDTO. withName(String name)Set the name value.UpdateKbContentsDTOUpdateKbContentsDTO. withQnaList(List<UpdateQnaDTO> qnaList)Set the qnaList value.UpdateKbContentsDTOUpdateKbContentsDTO. withUrls(List<String> urls)Set the urls value.
-