Class: Google::Cloud::Dialogflow::V2::BatchUpdateEntityTypesRequest

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 request message for EntityTypes.BatchUpdateEntityTypes.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_type_batch_inline::Google::Cloud::Dialogflow::V2::EntityTypeBatch

Returns The collection of entity types to update or create.

Note: The following fields are mutually exclusive: entity_type_batch_inline, entity_type_batch_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Dialogflow::V2::EntityTypeBatch)

    The collection of entity types to update or create.

    Note: The following fields are mutually exclusive: entity_type_batch_inline, entity_type_batch_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.



265
266
267
268
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 265

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

#entity_type_batch_uri::String

Returns The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://".

Note: The following fields are mutually exclusive: entity_type_batch_uri, entity_type_batch_inline. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    The URI to a Google Cloud Storage file containing entity types to update or create. The file format can either be a serialized proto (of EntityBatch type) or a JSON object. Note: The URI must start with "gs://".

    Note: The following fields are mutually exclusive: entity_type_batch_uri, entity_type_batch_inline. If a field in that set is populated, all other fields in the set will automatically be cleared.



265
266
267
268
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 265

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

#language_code::String

Returns Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

Returns:

  • (::String)

    Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.



265
266
267
268
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 265

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

#parent::String

Returns Required. The name of the agent to update or create entity types in. Format: projects/<Project ID>/agent.

Returns:

  • (::String)

    Required. The name of the agent to update or create entity types in. Format: projects/<Project ID>/agent.



265
266
267
268
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 265

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

#update_mask::Google::Protobuf::FieldMask

Returns Optional. The mask to control which fields get updated.

Returns:



265
266
267
268
# File 'proto_docs/google/cloud/dialogflow/v2/entity_type.rb', line 265

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