Class: Google::Cloud::Dialogflow::CX::V3::ListIntentsResponse

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

Overview

The response message for Intents.ListIntents.

Instance Attribute Summary collapse

Instance Attribute Details

#intents::Array<::Google::Cloud::Dialogflow::CX::V3::Intent>

Returns The list of intents. There will be a maximum number of items returned based on the page_size field in the request.

Returns:



223
224
225
226
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 223

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

#next_page_token::String

Returns Token to retrieve the next page of results, or empty if there are no more results in the list.

Returns:

  • (::String)

    Token to retrieve the next page of results, or empty if there are no more results in the list.



223
224
225
226
# File 'proto_docs/google/cloud/dialogflow/cx/v3/intent.rb', line 223

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