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 QnASearchResultQnASearchResult. withAnswer(String answer)Set the answer value.QnASearchResultQnASearchResult. withAnswerSpan(QnASearchResultAnswerSpan answerSpan)Set the answerSpan value.QnASearchResultQnASearchResult. withContext(QnASearchResultContext context)Set the context value.QnASearchResultQnASearchResult. withId(Integer id)Set the id value.QnASearchResultQnASearchResult. withMetadata(List<MetadataDTO> metadata)Set the metadata value.QnASearchResultQnASearchResult. withQuestions(List<String> questions)Set the questions value.QnASearchResultQnASearchResult. withScore(Double score)Set the score value.QnASearchResultQnASearchResult. 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 QnASearchResultListQnASearchResultList. withAnswers(List<QnASearchResult> answers)Set the answers value.
-