class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariants
A list of flow version variants.
Attributes
variants[RW]
A list of flow version variants. Corresponds to the JSON property `variants` @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariantsVariant>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 5409 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 5414 def update!(**args) @variants = args[:variants] if args.key?(:variants) end