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 classQnASearchResultAnswerSpanAnswer 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 AnswerSpanResponseDTOAnswerSpanResponseDTO. withEndIndex(Integer endIndex)Set the endIndex value.AnswerSpanResponseDTOAnswerSpanResponseDTO. withScore(Double score)Set the score value.AnswerSpanResponseDTOAnswerSpanResponseDTO. withStartIndex(Integer startIndex)Set the startIndex value.AnswerSpanResponseDTOAnswerSpanResponseDTO. withText(String text)Set the text value.
-