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