public sealed class TransitionRouteGroupCoverage : IMessage<TransitionRouteGroupCoverage>, IEquatable<TransitionRouteGroupCoverage>, IDeepCloneable<TransitionRouteGroupCoverage>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TransitionRouteGroupCoverage.
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 documentation page covers the `TransitionRouteGroupCoverage` class within the Google.Cloud.Dialogflow.Cx.V3 namespace, providing reference information for the Dialogflow v3 API."],["The `TransitionRouteGroupCoverage` class represents the percentage of transition routes covered by test cases, grouped by transition route groups."],["The page includes a list of available versions for this class ranging from version 2.23.0 (latest) down to version 1.0.0, each with its own documentation link."],["The documentation outlines the class's inheritance, implemented interfaces, constructors, and key properties such as `CoverageScore` and `Coverages`."],["`CoverageScore` property, a float, represents the percentage of covered transition routes, whereas the `Coverages` property, a RepeatedField, contains the transition route group coverages."]]],[]]