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 class
UpdateQnaDTOContext
Context associated with Qna to be updated.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return UpdateContextDTO Modifier and Type Method Description UpdateContextDTO
UpdateContextDTO. withIsContextOnly(Boolean isContextOnly)
Set the isContextOnly value.UpdateContextDTO
UpdateContextDTO. withPromptsToAdd(List<PromptDTO> promptsToAdd)
Set the promptsToAdd value.UpdateContextDTO
UpdateContextDTO. withPromptsToDelete(List<Integer> promptsToDelete)
Set the promptsToDelete value.
-