Class: Google::Cloud::Dialogflow::V2::ListEntityTypesRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#language_codeString

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



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

class ListEntityTypesRequest; end

#page_sizeInteger

Returns Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.

Returns:

  • (Integer)

    Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.



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

class ListEntityTypesRequest; end

#page_tokenString

Returns Optional. The next_page_token value returned from a previous list request.

Returns:

  • (String)

    Optional. The next_page_token value returned from a previous list request.



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

class ListEntityTypesRequest; end

#parentString

Returns Required. The agent to list all entity types from. Format: projects/<Project ID>/agent.

Returns:

  • (String)

    Required. The agent to list all entity types from. Format: projects/<Project ID>/agent.



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

class ListEntityTypesRequest; end