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_typesArray<Google::Cloud::Dialogflow::V2::EntityType>

Returns A collection of entity types.

Returns:



347
348
349
350
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 347

class EntityTypeBatch
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end