Class: Google::Cloud::Dialogflow::V2::UpdateEntityTypeRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb

Overview

The request message for EntityTypes::UpdateEntityType.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_typeGoogle::Cloud::Dialogflow::V2::EntityType

Returns Required. The entity type to update.

Returns:



185
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 185

class UpdateEntityTypeRequest; end

#language_codeString

Returns Optional. The language of entity synonyms defined in entity_type. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

Returns:

  • (String)

    Optional. The language of entity synonyms defined in entity_type. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.



185
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 185

class UpdateEntityTypeRequest; end

#update_maskGoogle::Protobuf::FieldMask

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

Returns:



185
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 185

class UpdateEntityTypeRequest; end