Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.UpdateQnaDTO
-
Packages that use UpdateQnaDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of UpdateQnaDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return UpdateQnaDTO Modifier and Type Method Description UpdateQnaDTOUpdateQnaDTO. withAnswer(String answer)Set the answer value.UpdateQnaDTOUpdateQnaDTO. withContext(UpdateQnaDTOContext context)Set the context value.UpdateQnaDTOUpdateQnaDTO. withId(Integer id)Set the id value.UpdateQnaDTOUpdateQnaDTO. withMetadata(UpdateQnaDTOMetadata metadata)Set the metadata value.UpdateQnaDTOUpdateQnaDTO. withQuestions(UpdateQnaDTOQuestions questions)Set the questions value.UpdateQnaDTOUpdateQnaDTO. withSource(String source)Set the source value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return types with arguments of type UpdateQnaDTO Modifier and Type Method Description List<UpdateQnaDTO>UpdateKbContentsDTO. qnaList()Get the qnaList value.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with type arguments of type UpdateQnaDTO Modifier and Type Method Description UpdateKbContentsDTOUpdateKbContentsDTO. withQnaList(List<UpdateQnaDTO> qnaList)Set the qnaList value.
-