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 document provides reference information for the `TransitionRouteGroupCoverage` class within the Dialogflow v3 API for .NET, detailing its properties, constructors, inheritance, and implementations."],["The `TransitionRouteGroupCoverage` class represents the percentage of transition routes covered by test cases, grouped by the transition route group, and can be used to assess how well a parent's test cases cover the transition routes."],["The `Coverages` property, a `RepeatedField`, holds the specific transition route group coverages, and the `CoverageScore` property, a `float`, indicates the overall percentage of covered transition routes."],["The document lists the availability of this class across various versions, from version 1.0.0 to the latest version 2.23.0, with links to the specific documentation for each version."]]],[]]