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."],[[["The latest version of the Dialogflow v3 API documentation for `TransitionRouteGroupCoverage` is 2.23.0, while the current page focuses on version 2.16.0."],["The `TransitionRouteGroupCoverage` class represents the percentage of possible transition routes covered within a parent's test cases, grouped by the transition route group."],["`TransitionRouteGroupCoverage` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, and cloning."],["This class has two properties: `CoverageScore`, which is a float representing the percentage of transition routes covered, and `Coverages`, which is a list of `TransitionRouteGroupCoverage.Types.Coverage` detailing specific group coverages."],["The `TransitionRouteGroupCoverage` class has two constructors, a parameterless constructor, and one that take another `TransitionRouteGroupCoverage` as a parameter."]]],[]]