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 class
UpdateQnaDTOQuestions
List of questions associated with the answer.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return UpdateQuestionsDTO Modifier and Type Method Description UpdateQuestionsDTO
UpdateQuestionsDTO. withAdd(List<String> add)
Set the add value.UpdateQuestionsDTO
UpdateQuestionsDTO. withDelete(List<String> delete)
Set the delete value.
-