Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.AnswerSpanResponseDTO
-
Packages that use AnswerSpanResponseDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of AnswerSpanResponseDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Subclasses of AnswerSpanResponseDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models Modifier and Type Class Description class
QnASearchResultAnswerSpan
Answer span object of QnA with respect to user's question.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return AnswerSpanResponseDTO Modifier and Type Method Description AnswerSpanResponseDTO
AnswerSpanResponseDTO. withEndIndex(Integer endIndex)
Set the endIndex value.AnswerSpanResponseDTO
AnswerSpanResponseDTO. withScore(Double score)
Set the score value.AnswerSpanResponseDTO
AnswerSpanResponseDTO. withStartIndex(Integer startIndex)
Set the startIndex value.AnswerSpanResponseDTO
AnswerSpanResponseDTO. withText(String text)
Set the text value.
-