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 a message type used for representing coverage results for a single transition route group."],["The `Coverage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has an inheritance relationship from `Object`."],["The class offers two constructors: a default one (`Coverage()`) and another that takes an existing `TransitionRouteGroupCoverage.Types.Coverage` object as input (`Coverage(TransitionRouteGroupCoverage.Types.Coverage)`)."],["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`, which lists the transition routes and their coverage within the group."],["This page lists all of the versions for this class, from 2.23.0(latest) down to 1.0.0, which are all links to documentation for the respective versions."]]],[]]