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. Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>.

Returns:



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

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. More than a dozen 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. More than a dozen languages are supported. Note: languages must be enabled in the agent, before they can be used.



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

class UpdateEntityTypeRequest; end

#update_maskGoogle::Protobuf::FieldMask

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

Returns:



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

class UpdateEntityTypeRequest; end