Class: Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorDetails
- Inherits:
-
Object
- Object
- Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretErrorDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataqna/v1alpha/question.rb
Overview
Details on interpretation failure.
Instance Attribute Summary collapse
-
#ambiguity_details ⇒ ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretAmbiguityDetails
Populated if the query was too ambiguous.
-
#incomplete_query_details ⇒ ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretIncompleteQueryDetails
Populated if the query is incomplete.
-
#unsupported_details ⇒ ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretUnsupportedDetails
Populated if parts of the query are unsupported.
Instance Attribute Details
#ambiguity_details ⇒ ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretAmbiguityDetails
Returns Populated if the query was too ambiguous.
104 105 106 107 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 104 class InterpretErrorDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#incomplete_query_details ⇒ ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretIncompleteQueryDetails
Returns Populated if the query is incomplete.
104 105 106 107 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 104 class InterpretErrorDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unsupported_details ⇒ ::Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretUnsupportedDetails
Returns Populated if parts of the query are unsupported.
104 105 106 107 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 104 class InterpretErrorDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |