public static interface TransitionCoverage.TransitionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCovered()
public abstract boolean getCovered()Whether or not the transition is covered by at least one of the agent's test cases.
bool covered = 3;
| Type | Description |
| boolean | The covered. |
getDetailCase()
public abstract TransitionCoverage.Transition.DetailCase getDetailCase()| Type | Description |
| TransitionCoverage.Transition.DetailCase |
getEventHandler()
public abstract EventHandler getEventHandler()Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;
| Type | Description |
| EventHandler | The eventHandler. |
getEventHandlerOrBuilder()
public abstract EventHandlerOrBuilder getEventHandlerOrBuilder()Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;
| Type | Description |
| EventHandlerOrBuilder |
getIndex()
public abstract int getIndex()The index of a transition in the transition list. Starting from 0.
int32 index = 4;
| 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;
| 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;
| 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;
| 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;
| Type | Description |
| TransitionCoverage.TransitionNodeOrBuilder |
getTransitionRoute()
public abstract TransitionRoute getTransitionRoute()Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 5;
| Type | Description |
| TransitionRoute | The transitionRoute. |
getTransitionRouteOrBuilder()
public abstract TransitionRouteOrBuilder getTransitionRouteOrBuilder()Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 5;
| Type | Description |
| TransitionRouteOrBuilder |
hasEventHandler()
public abstract boolean hasEventHandler()Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;
| 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;
| 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;
| 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;
| Type | Description |
| boolean | Whether the transitionRoute field is set. |