Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage
- 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
-
#coverage_score ⇒ Float
Corresponds to the JSON property
coverageScore. -
#route_group ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroup
Corresponds to the JSON property
routeGroup. -
#transitions ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition>
Corresponds to the JSON property
transitions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage
constructor
A new instance of GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage
Returns a new instance of GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage.
8765 8766 8767 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8765 def initialize(**args) update!(**args) end |
Instance Attribute Details
#coverage_score ⇒ Float
Corresponds to the JSON property coverageScore
8753 8754 8755 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8753 def coverage_score @coverage_score end |
#route_group ⇒ Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroup
Corresponds to the JSON property routeGroup
8758 8759 8760 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8758 def route_group @route_group end |
#transitions ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition>
Corresponds to the JSON property transitions
8763 8764 8765 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8763 def transitions @transitions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8770 8771 8772 8773 8774 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8770 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 |