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."],[[["The latest version of the `TransitionRouteGroupCoverage.Types.Coverage` is 2.23.0, with numerous previous versions available, ranging from 2.22.0 down to 1.0.0."],["The `Coverage` class provides a message format for coverage results related to a specific transition route group within Google Cloud Dialogflow CX, inheriting from multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `CoverageScore`, `RouteGroup`, and `Transitions`, which allow a user to determine the percentage of covered transition routes, the metadata of the transition route group, and a list of the transitions."],["The `Coverage` class offers two constructors; one is a default, and the other allows for the creation of a `Coverage` object from another existing `TransitionRouteGroupCoverage.Types.Coverage` object."],["The `Coverage` class resides within the `Google.Cloud.Dialogflow.Cx.V3` namespace and is implemented in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]