Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.UpdateContextDTO
-
Packages that use UpdateContextDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of UpdateContextDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Subclasses of UpdateContextDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models Modifier and Type Class Description classUpdateQnaDTOContextContext associated with Qna to be updated.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return UpdateContextDTO Modifier and Type Method Description UpdateContextDTOUpdateContextDTO. withIsContextOnly(Boolean isContextOnly)Set the isContextOnly value.UpdateContextDTOUpdateContextDTO. withPromptsToAdd(List<PromptDTO> promptsToAdd)Set the promptsToAdd value.UpdateContextDTOUpdateContextDTO. withPromptsToDelete(List<Integer> promptsToDelete)Set the promptsToDelete value.
-