Module: Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorCode
- Defined in:
- proto_docs/google/cloud/dataqna/v1alpha/question.rb
Overview
The interpret error code provides an error category why the interpretation failed.
Constant Summary collapse
- INTERPRET_ERROR_CODE_UNSPECIFIED =
No interpret error code was specified.
0
- INVALID_QUERY =
The query is not valid.
1
- FAILED_TO_UNDERSTAND =
The interpreter failed to understand the question. For example, because it was too ambiguous.
2
- FAILED_TO_ANSWER =
The interpreter could understand the question, but was not able to arrive at an answer. For example, because a requested operation is not supported.
3