Class TransitionCoverage (1.5.0)

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.

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
Single

Transitions

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

The list of Transitions present in the agent.

Property Value
TypeDescription
RepeatedField<TransitionCoverage.Types.Transition>