Class: Google::Cloud::Dialogflow::CX::V3::VariantsHistory

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb

Overview

The history of variants update.

Instance Attribute Summary collapse

Instance Attribute Details

#update_time::Google::Protobuf::Timestamp

Returns Update time of the variants.

Returns:



270
271
272
273
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 270

class VariantsHistory
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version_variants::Google::Cloud::Dialogflow::CX::V3::VersionVariants

Returns The flow versions as the variants.

Returns:



270
271
272
273
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 270

class VariantsHistory
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end