Class: Google::Cloud::Dialogflow::V2::BatchUpdateEntityTypesResponse

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

The response message for EntityTypes.BatchUpdateEntityTypes.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The collection of updated or created entity types.

Returns:



271
272
273
274
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 271

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