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-04-09 UTC."],[[["This page provides reference documentation for the `TransitionRouteGroupCoverage` class within the Dialogflow v3 API for .NET, with the current version being 2.21.0, and the latest being 2.23.0."],["The `TransitionRouteGroupCoverage` class represents the percentage of transition routes covered by test cases, grouped by transition route groups."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `TransitionRouteGroupCoverage` class include `CoverageScore`, which is a float representing the percent of covered routes, and `Coverages`, which contains transition route group coverages."],["The document lists available versions of this documentation, spanning from version 1.0.0 to the latest 2.23.0."]]],[]]