class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VariantsHistory

The history of variants update.

Attributes

update_time[RW]

Update time of the variants. Corresponds to the JSON property `updateTime` @return [String]

version_variants[RW]

A list of flow version variants. Corresponds to the JSON property `versionVariants` @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariants]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 5337
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dialogflow_v3/classes.rb, line 5342
def update!(**args)
  @update_time = args[:update_time] if args.key?(:update_time)
  @version_variants = args[:version_variants] if args.key?(:version_variants)
end