Class: Google::Cloud::Dialogflow::V2::ListVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/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::V2::Version>
The list of agent 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.
116 117 118 119 |
# File 'proto_docs/google/cloud/dialogflow/v2/version.rb', line 116 class ListVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#versions ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Version>
The list of agent versions. There will be a maximum number of items returned based on the page_size field in the request.
116 117 118 119 |
# File 'proto_docs/google/cloud/dialogflow/v2/version.rb', line 116 class ListVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |