Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.UpdateQuestionsDTO
-
Packages that use UpdateQuestionsDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of UpdateQuestionsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Subclasses of UpdateQuestionsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models Modifier and Type Class Description classUpdateQnaDTOQuestionsList of questions associated with the answer.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return UpdateQuestionsDTO Modifier and Type Method Description UpdateQuestionsDTOUpdateQuestionsDTO. withAdd(List<String> add)Set the add value.UpdateQuestionsDTOUpdateQuestionsDTO. withDelete(List<String> delete)Set the delete value.
-