Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1VariantsHistory

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb

Overview

The history of variants update.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1VariantsHistory

Returns a new instance of GoogleCloudDialogflowCxV3beta1VariantsHistory.



7015
7016
7017
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7015

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

Instance Attribute Details

#update_timeString

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

Returns:

  • (String)


7008
7009
7010
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7008

def update_time
  @update_time
end

#version_variantsGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1VersionVariants

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



7013
7014
7015
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7013

def version_variants
  @version_variants
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7020
7021
7022
7023
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7020

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