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 document outlines the `TransitionRouteGroupCoverage` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its structure, inheritance, and implementation of interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `TransitionRouteGroupCoverage` class represents the coverage of transition routes, measured as a percentage across all test cases within a parent, and grouped by transition route groups."],["The document lists available versions of the `Google.Cloud.Dialogflow.Cx.V3` API, ranging from the latest version 2.23.0 down to 1.0.0, each with its own documentation link."],["Key properties of `TransitionRouteGroupCoverage` include `Coverages`, a `RepeatedField` that holds the transition route group coverages, and `CoverageScore`, which represents the percentage of covered transition routes."],["The class includes two constructors, a default one, and another that allows initialization from another `TransitionRouteGroupCoverage` object."]]],[]]