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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/intent.rb

Overview

The request message for Intents.ListIntents.

Instance Attribute Summary collapse

Instance Attribute Details

#intent_view::Google::Cloud::Dialogflow::V2::IntentView

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

Returns:



876
877
878
879
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 876

class ListIntentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#language_code::String

Returns Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.

Returns:

  • (::String)

    Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.



876
877
878
879
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 876

class ListIntentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_size::Integer

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.



876
877
878
879
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 876

class ListIntentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

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.



876
877
878
879
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 876

class ListIntentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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

Alternatively, you can specify the environment to list intents for. Format: projects/<Project ID>/agent/environments/<Environment ID> or projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>. Note: training phrases of the intents will not be returned for non-draft environment.

Returns:

  • (::String)

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

    Alternatively, you can specify the environment to list intents for. Format: projects/<Project ID>/agent/environments/<Environment ID> or projects/<Project ID>/locations/<Location ID>/agent/environments/<Environment ID>. Note: training phrases of the intents will not be returned for non-draft environment.



876
877
878
879
# File 'proto_docs/google/cloud/dialogflow/v2/intent.rb', line 876

class ListIntentsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end