Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionCoverage
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionCoverage
- 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. -
#transitions ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition>
Corresponds to the JSON property
transitions.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1TransitionCoverage
constructor
A new instance of GoogleCloudDialogflowCxV3beta1TransitionCoverage.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1TransitionCoverage
Returns a new instance of GoogleCloudDialogflowCxV3beta1TransitionCoverage.
13327 13328 13329 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13327 def initialize(**args) update!(**args) end |
Instance Attribute Details
#coverage_score ⇒ Float
Corresponds to the JSON property coverageScore
13320 13321 13322 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13320 def coverage_score @coverage_score end |
#transitions ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionCoverageTransition>
Corresponds to the JSON property transitions
13325 13326 13327 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13325 def transitions @transitions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13332 13333 13334 13335 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 13332 def update!(**args) @coverage_score = args[:coverage_score] if args.key?(:coverage_score) @transitions = args[:transitions] if args.key?(:transitions) end |