Dialogflow v3 API - Class TransitionCoverage (2.17.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
NameDescription
otherTransitionCoverage

Properties

CoverageScore

public float CoverageScore { get; set; }

The percent of transitions in the agent that are covered.

Property Value
TypeDescription
float

Transitions

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

The list of Transitions present in the agent.

Property Value
TypeDescription
RepeatedFieldTransitionCoverageTypesTransition