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."],[[["This page details the `TransitionRouteGroupCoverage` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, outlining its role in representing the percentage of transition routes covered by test cases."],["The latest version available is 2.23.0, and the page provides links to documentation for numerous prior versions, down to version 1.0.0, for those using earlier versions."],["The `TransitionRouteGroupCoverage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering different functionalities."],["Key properties of the `TransitionRouteGroupCoverage` class include `Coverages`, a collection of specific coverage details, and `CoverageScore`, representing the overall percentage of transition routes covered."],["The class has two constructors, a default one, and another one that takes a `TransitionRouteGroupCoverage` object as an argument."]]],[]]