Class: Google::Cloud::Dialogflow::V2::EntityType::Entity
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::EntityType::Entity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/entity_type.rb
Overview
An entity entry for an associated entity type.
Instance Attribute Summary collapse
-
#synonyms ⇒ ::Array<::String>
Required.
-
#value ⇒ ::String
Required.
Instance Attribute Details
#synonyms ⇒ ::Array<::String>
89 90 91 92 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 89 class Entity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::String
89 90 91 92 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 89 class Entity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |