Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VariantsHistory
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VariantsHistory
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Overview
The history of variants update.
Instance Attribute Summary collapse
-
#update_time ⇒ String
Update time of the variants.
-
#version_variants ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariants
A list of flow version variants.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3VariantsHistory
constructor
A new instance of GoogleCloudDialogflowCxV3VariantsHistory.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3VariantsHistory
Returns a new instance of GoogleCloudDialogflowCxV3VariantsHistory.
8183 8184 8185 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8183 def initialize(**args) update!(**args) end |
Instance Attribute Details
#update_time ⇒ String
Update time of the variants.
Corresponds to the JSON property updateTime
8176 8177 8178 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8176 def update_time @update_time end |
#version_variants ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariants
A list of flow version variants.
Corresponds to the JSON property versionVariants
8181 8182 8183 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8181 def version_variants @version_variants end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8188 8189 8190 8191 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8188 def update!(**args) @update_time = args[:update_time] if args.key?(:update_time) @version_variants = args[:version_variants] if args.key?(:version_variants) end |