Class: Google::Cloud::Dialogflow::V2::GetEntityTypeRequest

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::GetEntityType.

Instance Attribute Summary collapse

Instance Attribute Details

#language_codeString

Returns Optional. The language to retrieve entity synonyms for. 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 to retrieve entity synonyms for. 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.



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

class GetEntityTypeRequest; end

#nameString

Returns Required. The name of the entity type. Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>.

Returns:

  • (String)

    Required. The name of the entity type. Format: projects/<Project ID>/agent/entityTypes/<EntityType ID>.



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

class GetEntityTypeRequest; end