public sealed class TransitionCoverage : IMessage<TransitionCoverage>, IEquatable<TransitionCoverage>, IDeepCloneable<TransitionCoverage>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class TransitionCoverage.
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-04-09 UTC."],[[["This webpage provides reference documentation for the `TransitionCoverage` class within the Google Cloud Dialogflow CX v3 API, specifically for the .NET platform."],["The `TransitionCoverage` class represents the percentage of all possible page transitions covered in test cases, excluding transition route groups."],["The page lists available versions of the Dialogflow CX v3 API, ranging from version 1.0.0 to the latest version 2.23.0, with the current page highlighting version 2.22.0."],["The `TransitionCoverage` class has properties such as `CoverageScore`, which is a float indicating the percentage of covered transitions, and `Transitions`, which lists the transitions present in the agent."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it is found within the `Google.Cloud.Dialogflow.Cx.V3` namespace, part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]