Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionCoverage
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionCoverage
- 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. -
#transitions ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionCoverageTransition>
Corresponds to the JSON property
transitions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TransitionCoverage
constructor
A new instance of GoogleCloudDialogflowCxV3TransitionCoverage.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3TransitionCoverage
Returns a new instance of GoogleCloudDialogflowCxV3TransitionCoverage.
8549 8550 8551 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8549 def initialize(**args) update!(**args) end |
Instance Attribute Details
#coverage_score ⇒ Float
Corresponds to the JSON property coverageScore
8542 8543 8544 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8542 def coverage_score @coverage_score end |
#transitions ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionCoverageTransition>
Corresponds to the JSON property transitions
8547 8548 8549 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8547 def transitions @transitions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8554 8555 8556 8557 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 8554 def update!(**args) @coverage_score = args[:coverage_score] if args.key?(:coverage_score) @transitions = args[:transitions] if args.key?(:transitions) end |