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, which is used to represent the coverage result for a transition route group in Dialogflow CX."],["The `Coverage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message manipulation, equality checking, deep cloning, and buffer message handling."],["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 total of 37 versions documented, with the latest version at 2.23.0."],["The class has two constructors one empty, and the second takes a `TransitionRouteGroupCoverage.Types.Coverage` argument."]]],[]]