Dialogflow v3 API - Class TransitionCoverage (2.23.0)

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.

Inheritance

object > TransitionCoverage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

TransitionCoverage()

public TransitionCoverage()

TransitionCoverage(TransitionCoverage)

public TransitionCoverage(TransitionCoverage other)
Parameter
Name Description
other TransitionCoverage

Properties

CoverageScore

public float CoverageScore { get; set; }

The percent of transitions in the agent that are covered.

Property Value
Type Description
float

Transitions

public RepeatedField<TransitionCoverage.Types.Transition> Transitions { get; }

The list of Transitions present in the agent.

Property Value
Type Description
RepeatedField TransitionCoverage Types Transition

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.