Class: Google::Cloud::Dialogflow::V2::ListIntentsRequest

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

Overview

The request message for Intents::ListIntents.

Instance Attribute Summary collapse

Instance Attribute Details

#intent_viewGoogle::Cloud::Dialogflow::V2::IntentView

Returns Optional. The resource view to apply to the returned intent.

Returns:



563
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 563

class ListIntentsRequest; end

#language_codeString

Returns Optional. The language to list training phrases, parameters and rich messages 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 training phrases, parameters and rich messages 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.



563
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 563

class ListIntentsRequest; 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.



563
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 563

class ListIntentsRequest; 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.



563
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 563

class ListIntentsRequest; end

#parentString

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

Returns:

  • (String)

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



563
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 563

class ListIntentsRequest; end