Class: Google::Cloud::Dialogflow::CX::V3::LookupEnvironmentHistoryResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::LookupEnvironmentHistoryResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
Overview
The response message for Environments.LookupEnvironmentHistory.
Instance Attribute Summary collapse
-
#environments ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Environment>
Represents a list of snapshots for an environment.
-
#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
#environments ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Environment>
Returns Represents a list of snapshots for an environment. Time of the snapshots is
stored in
update_time
.
231 232 233 234 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 231 class LookupEnvironmentHistoryResponse 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.
231 232 233 234 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 231 class LookupEnvironmentHistoryResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |