class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroupCoverage
Transition route group coverage represents the percentage of all possible transition routes present within any of a parent's test cases. The results are grouped by the transition route group.
Attributes
coverage_score[RW]
The percent of transition routes in all the transition route groups that are covered. Corresponds to the JSON property `coverageScore` @return [Float]
coverages[RW]
Transition route group coverages. Corresponds to the JSON property `coverages` @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 5563 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3/classes.rb, line 5568 def update!(**args) @coverage_score = args[:coverage_score] if args.key?(:coverage_score) @coverages = args[:coverages] if args.key?(:coverages) end