- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.7
- 0.13.1
- 0.12.1
- 0.11.5
public static interface TransitionCoverage.TransitionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCovered()
public abstract boolean getCovered()
Whether the transition is covered by at least one of the agent's test cases.
bool covered = 3;
Returns | |
---|---|
Type | Description |
boolean |
The covered. |
getDetailCase()
public abstract TransitionCoverage.Transition.DetailCase getDetailCase()
Returns | |
---|---|
Type | Description |
TransitionCoverage.Transition.DetailCase |
getEventHandler()
public abstract EventHandler getEventHandler()
Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;
Returns | |
---|---|
Type | Description |
EventHandler |
The eventHandler. |
getEventHandlerOrBuilder()
public abstract EventHandlerOrBuilder getEventHandlerOrBuilder()
Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;
Returns | |
---|---|
Type | Description |
EventHandlerOrBuilder |
getIndex()
public abstract int getIndex()
The index of a transition in the transition list. Starting from 0.
int32 index = 4;
Returns | |
---|---|
Type | Description |
int |
The index. |
getSource()
public abstract TransitionCoverage.TransitionNode getSource()
The start node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode source = 1;
Returns | |
---|---|
Type | Description |
TransitionCoverage.TransitionNode |
The source. |
getSourceOrBuilder()
public abstract TransitionCoverage.TransitionNodeOrBuilder getSourceOrBuilder()
The start node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode source = 1;
Returns | |
---|---|
Type | Description |
TransitionCoverage.TransitionNodeOrBuilder |
getTarget()
public abstract TransitionCoverage.TransitionNode getTarget()
The end node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode target = 2;
Returns | |
---|---|
Type | Description |
TransitionCoverage.TransitionNode |
The target. |
getTargetOrBuilder()
public abstract TransitionCoverage.TransitionNodeOrBuilder getTargetOrBuilder()
The end node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode target = 2;
Returns | |
---|---|
Type | Description |
TransitionCoverage.TransitionNodeOrBuilder |
getTransitionRoute()
public abstract TransitionRoute getTransitionRoute()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 5;
Returns | |
---|---|
Type | Description |
TransitionRoute |
The transitionRoute. |
getTransitionRouteOrBuilder()
public abstract TransitionRouteOrBuilder getTransitionRouteOrBuilder()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 5;
Returns | |
---|---|
Type | Description |
TransitionRouteOrBuilder |
hasEventHandler()
public abstract boolean hasEventHandler()
Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the eventHandler field is set. |
hasSource()
public abstract boolean hasSource()
The start node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode source = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the source field is set. |
hasTarget()
public abstract boolean hasTarget()
The end node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode target = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the target field is set. |
hasTransitionRoute()
public abstract boolean hasTransitionRoute()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the transitionRoute field is set. |