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.
Implements
IMessage<TransitionCoverage>, IEquatable<TransitionCoverage>, IDeepCloneable<TransitionCoverage>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 |
Single |
Transitions
public RepeatedField<TransitionCoverage.Types.Transition> Transitions { get; }
The list of Transitions present in the agent.
Property Value | |
---|---|
Type | Description |
RepeatedField<TransitionCoverage.Types.Transition> |