Class: Google::Cloud::Dialogflow::CX::V3::ListVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/version.rb
Overview
The response message for Versions.ListVersions.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#versions ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Version>
A list of versions.
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.
111 112 113 114 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 111 class ListVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#versions ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Version>
Returns A list of versions. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
111 112 113 114 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/version.rb', line 111 class ListVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |