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 latest version of the Google.Cloud.Dialogflow.Cx.V3 package is 2.23.0, with numerous previous versions available for reference, down to version 1.0.0."],["`TransitionRouteGroupCoverage` is a class within the Google.Cloud.Dialogflow.Cx.V3 namespace, designed to represent the percentage of transition routes covered within a parent's test cases, grouped by the transition route group."],["The `TransitionRouteGroupCoverage` class has two constructors: a default one and one that takes another `TransitionRouteGroupCoverage` object as a parameter for copying purposes."],["The class contains two primary properties: `Coverages`, a collection of individual transition route group coverages, and `CoverageScore`, a float value representing the overall percentage of covered transition routes."],["The `TransitionRouteGroupCoverage` class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, as well as inheriting members from the Object class."]]],[]]