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 webpage details the `TransitionRouteGroupCoverage` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, providing information on how it represents the percentage of transition routes covered by test cases, grouped by transition route."],["The latest version available for the `TransitionRouteGroupCoverage` class is 2.23.0, with a list of versions dating back to 1.0.0, each linked to its respective documentation page."],["`TransitionRouteGroupCoverage` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities like message handling, equality checks, deep cloning, and buffer management."],["The class features properties such as `Coverages`, which holds a collection of transition route group coverages, and `CoverageScore`, representing the overall percentage of covered transition routes."],["The class also defines two constructors, one default constructor and another that allows an instance of `TransitionRouteGroupCoverage` to be passed, which can be seen within the documentation."]]],[]]