Class: Google::Cloud::Dialogflow::CX::V3::LookupEnvironmentHistoryResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:

  • (::String)

    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