Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.AnswerSpanRequestDTO
-
Packages that use AnswerSpanRequestDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of AnswerSpanRequestDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Subclasses of AnswerSpanRequestDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models Modifier and Type Class Description class
QueryDTOAnswerSpanRequest
To configure Answer span prediction feature.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return AnswerSpanRequestDTO Modifier and Type Method Description AnswerSpanRequestDTO
AnswerSpanRequestDTO. withEnable(Boolean enable)
Set the enable value.AnswerSpanRequestDTO
AnswerSpanRequestDTO. withScoreThreshold(Double scoreThreshold)
Set the scoreThreshold value.AnswerSpanRequestDTO
AnswerSpanRequestDTO. withTopAnswersWithSpan(Integer topAnswersWithSpan)
Set the topAnswersWithSpan value.
-