Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3IntentCoverage
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3IntentCoverage
- 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. -
#intents ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3IntentCoverageIntent>
Corresponds to the JSON property
intents.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3IntentCoverage
constructor
A new instance of GoogleCloudDialogflowCxV3IntentCoverage.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3IntentCoverage
Returns a new instance of GoogleCloudDialogflowCxV3IntentCoverage.
4475 4476 4477 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4475 def initialize(**args) update!(**args) end |
Instance Attribute Details
#coverage_score ⇒ Float
Corresponds to the JSON property coverageScore
4468 4469 4470 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4468 def coverage_score @coverage_score end |
#intents ⇒ Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3IntentCoverageIntent>
Corresponds to the JSON property intents
4473 4474 4475 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4473 def intents @intents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4480 4481 4482 4483 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 4480 def update!(**args) @coverage_score = args[:coverage_score] if args.key?(:coverage_score) @intents = args[:intents] if args.key?(:intents) end |