class Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1VariantsHistory

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::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1VersionVariants]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dialogflow_v3beta1/classes.rb, line 7878
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_v3beta1/classes.rb, line 7883
def update!(**args)
  @update_time = args[:update_time] if args.key?(:update_time)
  @version_variants = args[:version_variants] if args.key?(:version_variants)
end