public sealed class TransitionRouteGroupCoverage : IMessage<TransitionRouteGroupCoverage>, IEquatable<TransitionRouteGroupCoverage>, IDeepCloneable<TransitionRouteGroupCoverage>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `TransitionRouteGroupCoverage` class represents the percentage of transition routes covered within test cases, grouped by the transition route group."],["This class is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, found within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The latest version for the class can be found here: `/dotnet/docs/reference/Google.Cloud.Dialogflow.Cx.V3/latest/Google.Cloud.Dialogflow.Cx.V3.TransitionRouteGroupCoverage`, with previous versions all the way down to version 1.0.0 being available."],["It includes properties such as `Coverages`, which is a `RepeatedField` of type `TransitionRouteGroupCoverage.Types.Coverage`, and `CoverageScore`, a float representing the overall coverage percentage."],["The `TransitionRouteGroupCoverage` class offers two constructors: a default one and one that allows cloning an existing `TransitionRouteGroupCoverage` object."]]],[]]