Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.QnADTOContext
-
Packages that use QnADTOContext Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of QnADTOContext in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return QnADTOContext Modifier and Type Method Description QnADTOContext
QnADTO. context()
Get the context value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with parameters of type QnADTOContext Modifier and Type Method Description QnADTO
QnADTO. withContext(QnADTOContext context)
Set the context value.
-