public static interface TransitionCoverage.TransitionOrBuilder extends MessageOrBuilderImplements
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.v3beta1.EventHandler event_handler = 6;
| Returns | |
|---|---|
| Type | Description |
EventHandler |
The eventHandler. |
getEventHandlerOrBuilder()
public abstract EventHandlerOrBuilder getEventHandlerOrBuilder()Event handler.
.google.cloud.dialogflow.cx.v3beta1.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.v3beta1.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.v3beta1.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.v3beta1.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.v3beta1.TransitionCoverage.TransitionNode target = 2;
| Returns | |
|---|---|
| Type | Description |
TransitionCoverage.TransitionNodeOrBuilder |
|
getTransitionRoute()
public abstract TransitionRoute getTransitionRoute()Intent route or condition route.
.google.cloud.dialogflow.cx.v3beta1.TransitionRoute transition_route = 5;
| Returns | |
|---|---|
| Type | Description |
TransitionRoute |
The transitionRoute. |
getTransitionRouteOrBuilder()
public abstract TransitionRouteOrBuilder getTransitionRouteOrBuilder()Intent route or condition route.
.google.cloud.dialogflow.cx.v3beta1.TransitionRoute transition_route = 5;
| Returns | |
|---|---|
| Type | Description |
TransitionRouteOrBuilder |
|
hasEventHandler()
public abstract boolean hasEventHandler()Event handler.
.google.cloud.dialogflow.cx.v3beta1.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.v3beta1.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.v3beta1.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.v3beta1.TransitionRoute transition_route = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the transitionRoute field is set. |