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 InnerErrorModelError. innerError()Get the innerError value.InnerErrorModelInnerErrorModel. innerError()Get the innerError value.InnerErrorModelInnerErrorModel. withCode(String code)Set the code value.InnerErrorModelInnerErrorModel. 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 ErrorError. withInnerError(InnerErrorModel innerError)Set the innerError value.InnerErrorModelInnerErrorModel. withInnerError(InnerErrorModel innerError)Set the innerError value.
-