public sealed class Coverage : IMessage<TransitionRouteGroupCoverage.Types.Coverage>, IEquatable<TransitionRouteGroupCoverage.Types.Coverage>, IDeepCloneable<TransitionRouteGroupCoverage.Types.Coverage>, IBufferMessage, IMessage
Coverage result message for one 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 webpage details the `Coverage` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the `TransitionRouteGroupCoverage.Types` structure, with the latest version being 2.23.0."],["The `Coverage` class provides information about the coverage of transition routes in a transition route group, including a `CoverageScore` representing the percentage of covered routes."],["It implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality checks, deep cloning, and buffer operations."],["The class includes properties like `RouteGroup` to provide metadata about the associated transition route group and `Transitions` to list the individual transition routes within the group."],["There are 37 different versions of the class provided, showing the evolution and continuity of the class structure over time, ranging from version 1.0.0 to the latest 2.23.0."]]],[]]