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 page details 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`, indicating its role in data handling and serialization."],["The page provides access to multiple versions of this class, with version 2.23.0 being the latest, and older versions starting from 1.0.0 up to 2.22.0."],["Key properties of the `Coverage` class include `CoverageScore`, `RouteGroup`, and `Transitions`, which respectively represent the percentage of covered routes, the route group's metadata, and the list of specific transitions and their coverage status."],["There are two constructors, one default and one that allows you to pass another `TransitionRouteGroupCoverage.Types.Coverage` object to make a copy."]]],[]]