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 classQueryDTOAnswerSpanRequestTo configure Answer span prediction feature.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return AnswerSpanRequestDTO Modifier and Type Method Description AnswerSpanRequestDTOAnswerSpanRequestDTO. withEnable(Boolean enable)Set the enable value.AnswerSpanRequestDTOAnswerSpanRequestDTO. withScoreThreshold(Double scoreThreshold)Set the scoreThreshold value.AnswerSpanRequestDTOAnswerSpanRequestDTO. withTopAnswersWithSpan(Integer topAnswersWithSpan)Set the topAnswersWithSpan value.
-