Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExperimentDefinition
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ExperimentDefinition
- 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
Instance Attribute Summary collapse
-
#condition ⇒ String
Corresponds to the JSON property
condition. -
#version_variants ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1VersionVariants
Corresponds to the JSON property
versionVariants.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExperimentDefinition
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ExperimentDefinition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ExperimentDefinition
Returns a new instance of GoogleCloudDialogflowCxV3beta1ExperimentDefinition.
6456 6457 6458 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6456 def initialize(**args) update!(**args) end |
Instance Attribute Details
#condition ⇒ String
Corresponds to the JSON property condition
6449 6450 6451 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6449 def condition @condition end |
#version_variants ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1VersionVariants
Corresponds to the JSON property versionVariants
6454 6455 6456 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6454 def version_variants @version_variants end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6461 6462 6463 6464 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 6461 def update!(**args) @condition = args[:condition] if args.key?(:condition) @version_variants = args[:version_variants] if args.key?(:version_variants) end |