Class: Google::Cloud::Dialogflow::CX::V3::ListPagesResponse

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

Overview

The response message for Pages.ListPages.

Instance Attribute Summary collapse

Instance Attribute Details

#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.



386
387
388
389
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 386

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

#pages::Array<::Google::Cloud::Dialogflow::CX::V3::Page>

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

Returns:



386
387
388
389
# File 'proto_docs/google/cloud/dialogflow/cx/v3/page.rb', line 386

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