Class: Google::Cloud::Dialogflow::V2::EntityTypeBatch

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#entity_types::Array<::Google::Cloud::Dialogflow::V2::EntityType>

Returns A collection of entity types.

Returns:



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