Class: Google::Cloud::Dialogflow::V2::EntityTypeBatch
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::EntityTypeBatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/entity_type.rb
Overview
This message is a wrapper around a collection of entity types.
Instance Attribute Summary collapse
-
#entity_types ⇒ ::Array<::Google::Cloud::Dialogflow::V2::EntityType>
A collection of entity types.
Instance Attribute Details
#entity_types ⇒ ::Array<::Google::Cloud::Dialogflow::V2::EntityType>
Returns A collection of entity types.
363 364 365 366 |
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 363 class EntityTypeBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |