Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition
- 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
-
#covered ⇒ Boolean
(also: #covered?)
Corresponds to the JSON property
covered. -
#transition_route ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute
Corresponds to the JSON property
transitionRoute.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition
constructor
A new instance of GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition
Returns a new instance of GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition.
13570 13571 13572 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13570 def initialize(**args) update!(**args) end |
Instance Attribute Details
#covered ⇒ Boolean Also known as: covered?
Corresponds to the JSON property covered
13562 13563 13564 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13562 def covered @covered end |
#transition_route ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute
Corresponds to the JSON property transitionRoute
13568 13569 13570 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13568 def transition_route @transition_route end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13575 13576 13577 13578 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13575 def update!(**args) @covered = args[:covered] if args.key?(:covered) @transition_route = args[:transition_route] if args.key?(:transition_route) end |