Class: Google::Cloud::Dialogflow::CX::V3::ListChangelogsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListChangelogsResponse
- 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
-
#changelogs ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Changelog>
The list of changelogs.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
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.
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.
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 |