Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.QueryDTOAnswerSpanRequest
-
Packages that use QueryDTOAnswerSpanRequest Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of QueryDTOAnswerSpanRequest in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return QueryDTOAnswerSpanRequest Modifier and Type Method Description QueryDTOAnswerSpanRequestQueryDTO. answerSpanRequest()Get the answerSpanRequest value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with parameters of type QueryDTOAnswerSpanRequest Modifier and Type Method Description QueryDTOQueryDTO. withAnswerSpanRequest(QueryDTOAnswerSpanRequest answerSpanRequest)Set the answerSpanRequest value.
-