Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.InnerErrorModel
-
Packages that use InnerErrorModel Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of InnerErrorModel in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return InnerErrorModel Modifier and Type Method Description InnerErrorModel
Error. innerError()
Get the innerError value.InnerErrorModel
InnerErrorModel. innerError()
Get the innerError value.InnerErrorModel
InnerErrorModel. withCode(String code)
Set the code value.InnerErrorModel
InnerErrorModel. withInnerError(InnerErrorModel innerError)
Set the innerError value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with parameters of type InnerErrorModel Modifier and Type Method Description Error
Error. withInnerError(InnerErrorModel innerError)
Set the innerError value.InnerErrorModel
InnerErrorModel. withInnerError(InnerErrorModel innerError)
Set the innerError value.
-