Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExperimentDefinition
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExperimentDefinition
- 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
-
#condition ⇒ String
Corresponds to the JSON property
condition. -
#version_variants ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariants
Corresponds to the JSON property
versionVariants.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ExperimentDefinition
constructor
A new instance of GoogleCloudDialogflowCxV3ExperimentDefinition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ExperimentDefinition
Returns a new instance of GoogleCloudDialogflowCxV3ExperimentDefinition.
2334 2335 2336 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2334 def initialize(**args) update!(**args) end |
Instance Attribute Details
#condition ⇒ String
Corresponds to the JSON property condition
2327 2328 2329 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2327 def condition @condition end |
#version_variants ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3VersionVariants
Corresponds to the JSON property versionVariants
2332 2333 2334 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2332 def version_variants @version_variants end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2339 2340 2341 2342 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 2339 def update!(**args) @condition = args[:condition] if args.key?(:condition) @version_variants = args[:version_variants] if args.key?(:version_variants) end |