Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1RolloutConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1RolloutConfig
- 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
-
#failure_condition ⇒ String
Corresponds to the JSON property
failureCondition. -
#rollout_condition ⇒ String
Corresponds to the JSON property
rolloutCondition. -
#rollout_steps ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep>
Corresponds to the JSON property
rolloutSteps.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1RolloutConfig
constructor
A new instance of GoogleCloudDialogflowCxV3beta1RolloutConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1RolloutConfig
Returns a new instance of GoogleCloudDialogflowCxV3beta1RolloutConfig.
11381 11382 11383 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 11381 def initialize(**args) update!(**args) end |
Instance Attribute Details
#failure_condition ⇒ String
Corresponds to the JSON property failureCondition
11369 11370 11371 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 11369 def failure_condition @failure_condition end |
#rollout_condition ⇒ String
Corresponds to the JSON property rolloutCondition
11374 11375 11376 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 11374 def rollout_condition @rollout_condition end |
#rollout_steps ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1RolloutConfigRolloutStep>
Corresponds to the JSON property rolloutSteps
11379 11380 11381 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 11379 def rollout_steps @rollout_steps end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11386 11387 11388 11389 11390 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 11386 def update!(**args) @failure_condition = args[:failure_condition] if args.key?(:failure_condition) @rollout_condition = args[:rollout_condition] if args.key?(:rollout_condition) @rollout_steps = args[:rollout_steps] if args.key?(:rollout_steps) end |