Class: Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretUnsupportedDetails
- Inherits:
-
Object
- Object
- Google::Cloud::DataQnA::V1alpha::InterpretError::InterpretUnsupportedDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataqna/v1alpha/question.rb
Overview
Details about unsupported parts in a query.
Instance Attribute Summary collapse
-
#intent ⇒ ::Array<::String>
Unsupported intents.
-
#operators ⇒ ::Array<::String>
Unsupported operators.
Instance Attribute Details
#intent ⇒ ::Array<::String>
Returns Unsupported intents.
116 117 118 119 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 116 class InterpretUnsupportedDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operators ⇒ ::Array<::String>
Returns Unsupported operators. For example: median.
116 117 118 119 |
# File 'proto_docs/google/cloud/dataqna/v1alpha/question.rb', line 116 class InterpretUnsupportedDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |