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 different versions of the `Coverage` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, with version 2.23.0 being the latest."],["The `Coverage` class is a message type used to represent coverage results for a transition route group in Dialogflow CX, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `Coverage` class include `CoverageScore`, representing the percentage of covered transition routes, `RouteGroup`, containing metadata about the transition route group, and `Transitions`, which is a list of transition routes and their coverage status."],["There are multiple versions provided for this class ranging from 1.0.0 all the way up to the latest 2.23.0, with each version being its own reference link."],["The class has 2 constructors: one which is parameterless, and one which takes another `TransitionRouteGroupCoverage.Types.Coverage` object as a parameter."]]],[]]