Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VariantsHistory

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3VariantsHistory

Returns a new instance of GoogleCloudDialogflowCxV3VariantsHistory.



7693
7694
7695
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7693

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#update_timeString

Update time of the variants. Corresponds to the JSON property updateTime

Returns:

  • (String)


7686
7687
7688
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7686

def update_time
  @update_time
end

#version_variantsGoogle::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariants

A list of flow version variants. Corresponds to the JSON property versionVariants



7691
7692
7693
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7691

def version_variants
  @version_variants
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7698
7699
7700
7701
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 7698

def update!(**args)
  @update_time = args[:update_time] if args.key?(:update_time)
  @version_variants = args[:version_variants] if args.key?(:version_variants)
end