public sealed class Transition : IMessage<TransitionCoverage.Types.Transition>, IEquatable<TransitionCoverage.Types.Transition>, IDeepCloneable<TransitionCoverage.Types.Transition>, IBufferMessage, IMessage
A transition in a page.
Implements
IMessage<TransitionCoverage.Types.Transition>, IEquatable<TransitionCoverage.Types.Transition>, IDeepCloneable<TransitionCoverage.Types.Transition>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Transition()
public Transition()
Transition(TransitionCoverage.Types.Transition)
public Transition(TransitionCoverage.Types.Transition other)
Parameter | |
---|---|
Name | Description |
other | TransitionCoverage.Types.Transition |
Properties
Covered
public bool Covered { get; set; }
Whether or not the transition is covered by at least one of the agent's test cases.
Property Value | |
---|---|
Type | Description |
Boolean |
DetailCase
public TransitionCoverage.Types.Transition.DetailOneofCase DetailCase { get; }
Property Value | |
---|---|
Type | Description |
TransitionCoverage.Types.Transition.DetailOneofCase |
EventHandler
public EventHandler EventHandler { get; set; }
Event handler.
Property Value | |
---|---|
Type | Description |
EventHandler |
Index
public int Index { get; set; }
The index of a transition in the transition list. Starting from 0.
Property Value | |
---|---|
Type | Description |
Int32 |
Source
public TransitionCoverage.Types.TransitionNode Source { get; set; }
The start node of a transition.
Property Value | |
---|---|
Type | Description |
TransitionCoverage.Types.TransitionNode |
Target
public TransitionCoverage.Types.TransitionNode Target { get; set; }
The end node of a transition.
Property Value | |
---|---|
Type | Description |
TransitionCoverage.Types.TransitionNode |
TransitionRoute
public TransitionRoute TransitionRoute { get; set; }
Intent route or condition route.
Property Value | |
---|---|
Type | Description |
TransitionRoute |