Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariants
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariants
- 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
Instance Attribute Summary collapse
-
#variants ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariantsVariant>
Corresponds to the JSON property
variants.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3VersionVariants
constructor
A new instance of GoogleCloudDialogflowCxV3VersionVariants.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3VersionVariants
Returns a new instance of GoogleCloudDialogflowCxV3VersionVariants.
9115 9116 9117 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9115 def initialize(**args) update!(**args) end |
Instance Attribute Details
#variants ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariantsVariant>
Corresponds to the JSON property variants
9113 9114 9115 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9113 def variants @variants end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9120 9121 9122 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 9120 def update!(**args) @variants = args[:variants] if args.key?(:variants) end |