Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.ContextDTO
-
Packages that use ContextDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of ContextDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Subclasses of ContextDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models Modifier and Type Class Description classQnADTOContextContext of a QnA.classQnASearchResultContextContext object of the QnA.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return ContextDTO Modifier and Type Method Description ContextDTOContextDTO. withIsContextOnly(Boolean isContextOnly)Set the isContextOnly value.ContextDTOContextDTO. withPrompts(List<PromptDTO> prompts)Set the prompts value.
-