Class: Google::Cloud::Dialogflow::CX::V3::VariantsHistory
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::VariantsHistory
- 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
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Update time of the variants.
-
#version_variants ⇒ ::Google::Cloud::Dialogflow::CX::V3::VersionVariants
The flow versions as the variants.
Instance Attribute Details
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Update time of the variants.
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.
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 |