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 class
QnADTOContext
Context of a QnA.class
QnASearchResultContext
Context object of the QnA.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return ContextDTO Modifier and Type Method Description ContextDTO
ContextDTO. withIsContextOnly(Boolean isContextOnly)
Set the isContextOnly value.ContextDTO
ContextDTO. withPrompts(List<PromptDTO> prompts)
Set the prompts value.
-