Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.QueryContextDTO
-
Packages that use QueryContextDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of QueryContextDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Subclasses of QueryContextDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models Modifier and Type Class Description class
QueryDTOContext
Context object with previous QnA's information.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return QueryContextDTO Modifier and Type Method Description QueryContextDTO
QueryContextDTO. withPreviousQnaId(Integer previousQnaId)
Set the previousQnaId value.QueryContextDTO
QueryContextDTO. withPreviousUserQuery(String previousUserQuery)
Set the previousUserQuery value.
-