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 document outlines the `Coverage` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, specifically for the TransitionRouteGroupCoverage.Types in version 1.11.0."],["The `Coverage` class is a message type that represents the coverage result for a single transition route group and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Coverage` class include `CoverageScore`, representing the percentage of covered transition routes, `RouteGroup`, providing metadata about the transition route group, and `Transitions`, detailing the list of transition routes and their coverage status."],["There is a comprehensive list of versions available, ranging from version 2.23.0 down to version 1.0.0, with links to each version's documentation."],["There are also multiple inheritances and implementation members, such as `Object.GetHashCode()`, `Object.GetType()`, `Object.MemberwiseClone()`, and `Object.ToString()`, that are inherited and available to use within the class."]]],[]]