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-03-21 UTC."],[[["This webpage provides reference documentation for the `TransitionCoverage` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The `TransitionCoverage` class represents the percentage of page transitions covered by a parent's test cases in the Dialogflow CX agent."],["The documentation lists available versions of the Dialogflow.Cx.V3 API, ranging from version 1.0.0 to the latest version 2.23.0, each with its own link to the TransitionCoverage documentation."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has properties `CoverageScore`, which represents the covered percentage of transitions, and `Transitions`, a list of the transitions present."]]],[]]