Class: Google::Cloud::Dialogflow::CX::V3::ListChangelogsResponse

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

Overview

The response message for Changelogs.ListChangelogs.

Instance Attribute Summary collapse

Instance Attribute Details

#changelogs::Array<::Google::Cloud::Dialogflow::CX::V3::Changelog>

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

Returns:



76
77
78
79
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 76

class ListChangelogsResponse
  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.



76
77
78
79
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 76

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