public sealed class TransitionCoverage : IMessage<TransitionCoverage>, IEquatable<TransitionCoverage>, IDeepCloneable<TransitionCoverage>, IBufferMessage, IMessage
Transition coverage represents the percentage of all possible page
transitions (page-level transition routes and event handlers, excluding
transition route groups) present within any of a parent's test cases.
[[["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 webpage details the `TransitionCoverage` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, as found in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["`TransitionCoverage` represents the percentage of possible page transitions covered by test cases, including transition routes and event handlers, excluding transition route groups."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cTransitionCoverage\u003e`, `IDeepCloneable\u003cTransitionCoverage\u003e`, and `IBufferMessage`, offering methods for message manipulation, equality checks, deep cloning, and buffer operations."],["The `TransitionCoverage` class provides two constructors and two main properties, which are `CoverageScore`, a float representing the percentage of transitions covered, and `Transitions`, which is a list of `TransitionCoverage.Types.Transition` objects, representing transitions present in the agent."],["A multitude of previous versions of `TransitionCoverage` are available for reference, spanning from version 2.23.0 (latest) down to version 1.0.0."]]],[]]