Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.QnASearchResult
-
Packages that use QnASearchResult Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of QnASearchResult in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return QnASearchResult Modifier and Type Method Description QnASearchResult
QnASearchResult. withAnswer(String answer)
Set the answer value.QnASearchResult
QnASearchResult. withAnswerSpan(QnASearchResultAnswerSpan answerSpan)
Set the answerSpan value.QnASearchResult
QnASearchResult. withContext(QnASearchResultContext context)
Set the context value.QnASearchResult
QnASearchResult. withId(Integer id)
Set the id value.QnASearchResult
QnASearchResult. withMetadata(List<MetadataDTO> metadata)
Set the metadata value.QnASearchResult
QnASearchResult. withQuestions(List<String> questions)
Set the questions value.QnASearchResult
QnASearchResult. withScore(Double score)
Set the score value.QnASearchResult
QnASearchResult. withSource(String source)
Set the source value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return types with arguments of type QnASearchResult Modifier and Type Method Description List<QnASearchResult>
QnASearchResultList. answers()
Get the answers value.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with type arguments of type QnASearchResult Modifier and Type Method Description QnASearchResultList
QnASearchResultList. withAnswers(List<QnASearchResult> answers)
Set the answers value.
-