azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.cogniti...

70 строки
3.8 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse.additionalProperties()
name: additionalProperties()
nameWithType: ErrorResponse.additionalProperties()
returns:
description: <p>the additionalProperties value </p>
type: <xref href="Map%3CString%2C+Object%3E?alt=Map%3CString%2C+Object%3E&text=Map%3CString%2C+Object%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the additionalProperties value.</p>
<p></p>
syntax: public Map<String, Object> additionalProperties()
uid: com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse.additionalProperties()
- fullName: com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse.errorType()
name: errorType()
nameWithType: ErrorResponse.errorType()
returns:
description: <p>the errorType value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the errorType value.</p>
<p></p>
syntax: public String errorType()
uid: com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse.errorType()
- fullName: com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse.withAdditionalProperties(Map<String, Object> additionalProperties)
name: withAdditionalProperties(Map<String, Object> additionalProperties)
nameWithType: ErrorResponse.withAdditionalProperties(Map<String, Object> additionalProperties)
parameters:
- description: <p>the additionalProperties value to set </p>
name: additionalProperties
type: <xref href="Map%3CString%2C+Object%3E?alt=Map%3CString%2C+Object%3E&text=Map%3CString%2C+Object%3E" data-throw-if-not-resolved="False"/>
returns:
description: <p>the ErrorResponse object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse?alt=com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse&text=ErrorResponse" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the additionalProperties value.</p>
<p></p>
syntax: public ErrorResponse withAdditionalProperties(Map<String, Object> additionalProperties)
uid: com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse.withAdditionalProperties(Map<String, Object>)
- fullName: com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse.withErrorType(String errorType)
name: withErrorType(String errorType)
nameWithType: ErrorResponse.withErrorType(String errorType)
parameters:
- description: <p>the errorType value to set </p>
name: errorType
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the ErrorResponse object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse?alt=com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse&text=ErrorResponse" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the errorType value.</p>
<p></p>
syntax: public ErrorResponse withErrorType(String errorType)
uid: com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse.withErrorType(String)
nameWithType: ErrorResponse
syntax: public class ErrorResponse
type: class
uid: com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse
fullName: com.microsoft.azure.cognitiveservices.language.luis.authoring.models.ErrorResponse
name: ErrorResponse
package: com.microsoft.azure.cognitiveservices.language.luis.authoring.models
summary: <p>Error response when invoking an operation on the API. </p>
metadata: {}