public enum InterpretError.Types.InterpretErrorCodeReference documentation and code samples for the Data QnA v1alpha API enum InterpretError.Types.InterpretErrorCode.
The interpret error code provides an error category why the interpretation failed.
Namespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Fields |
|
|---|---|
| Name | Description |
FailedToAnswer |
The interpreter could understand the question, but was not able to arrive at an answer. For example, because a requested operation is not supported. |
FailedToUnderstand |
The interpreter failed to understand the question. For example, because it was too ambiguous. |
InvalidQuery |
The query is not valid. |
Unspecified |
No interpret error code was specified. |