public sealed class Coverage : IMessage<TransitionRouteGroupCoverage.Types.Coverage>, IEquatable<TransitionRouteGroupCoverage.Types.Coverage>, IDeepCloneable<TransitionRouteGroupCoverage.Types.Coverage>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TransitionRouteGroupCoverage.Types.Coverage.
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 provides reference documentation for the `TransitionRouteGroupCoverage.Types.Coverage` class within the Dialogflow v3 API, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace, covering various versions from 1.0.0 to the latest 2.23.0."],["The `Coverage` class, which is sealed, is a result message for transition route groups, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inheriting from `Object`."],["The class includes properties such as `CoverageScore` which represents the percentage of covered transition routes, `RouteGroup` for metadata about the route group, and `Transitions` which is a list detailing the transition routes and coverage."],["There are two constructors available for the `Coverage` class, one being the default constructor and the other allowing to pass a previously created instance of `TransitionRouteGroupCoverage.Types.Coverage`."],["The document details different versions of the library, with the latest being 2.23.0, and provides download links to them."]]],[]]