Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.UpdateQnaDTOQuestions
-
Packages that use UpdateQnaDTOQuestions Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of UpdateQnaDTOQuestions in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return UpdateQnaDTOQuestions Modifier and Type Method Description UpdateQnaDTOQuestions
UpdateQnaDTO. questions()
Get the questions value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with parameters of type UpdateQnaDTOQuestions Modifier and Type Method Description UpdateQnaDTO
UpdateQnaDTO. withQuestions(UpdateQnaDTOQuestions questions)
Set the questions value.
-