Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage
- 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
-
#coverage_score ⇒ Float
Corresponds to the JSON property
coverageScore. -
#route_group ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroup
Corresponds to the JSON property
routeGroup. -
#transitions ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition>
Corresponds to the JSON property
transitions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage
constructor
A new instance of GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage
Returns a new instance of GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverage.
13543 13544 13545 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13543 def initialize(**args) update!(**args) end |
Instance Attribute Details
#coverage_score ⇒ Float
Corresponds to the JSON property coverageScore
13531 13532 13533 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13531 def coverage_score @coverage_score end |
#route_group ⇒ Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroup
Corresponds to the JSON property routeGroup
13536 13537 13538 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13536 def route_group @route_group end |
#transitions ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRouteGroupCoverageCoverageTransition>
Corresponds to the JSON property transitions
13541 13542 13543 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13541 def transitions @transitions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13548 13549 13550 13551 13552 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13548 def update!(**args) @coverage_score = args[:coverage_score] if args.key?(:coverage_score) @route_group = args[:route_group] if args.key?(:route_group) @transitions = args[:transitions] if args.key?(:transitions) end |