public static interface TransitionCoverage.TransitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCovered()
Whether or not the transition is covered by at least one of the
agent's test cases.
|
TransitionCoverage.Transition.DetailCase |
getDetailCase() |
EventHandler |
getEventHandler()
Event handler.
|
EventHandlerOrBuilder |
getEventHandlerOrBuilder()
Event handler.
|
int |
getIndex()
The index of a transition in the transition list.
|
TransitionCoverage.TransitionNode |
getSource()
The start node of a transition.
|
TransitionCoverage.TransitionNodeOrBuilder |
getSourceOrBuilder()
The start node of a transition.
|
TransitionCoverage.TransitionNode |
getTarget()
The end node of a transition.
|
TransitionCoverage.TransitionNodeOrBuilder |
getTargetOrBuilder()
The end node of a transition.
|
TransitionRoute |
getTransitionRoute()
Intent route or condition route.
|
TransitionRouteOrBuilder |
getTransitionRouteOrBuilder()
Intent route or condition route.
|
boolean |
hasEventHandler()
Event handler.
|
boolean |
hasSource()
The start node of a transition.
|
boolean |
hasTarget()
The end node of a transition.
|
boolean |
hasTransitionRoute()
Intent route or condition route.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSource()
The start node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode source = 1;TransitionCoverage.TransitionNode getSource()
The start node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode source = 1;TransitionCoverage.TransitionNodeOrBuilder getSourceOrBuilder()
The start node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode source = 1;int getIndex()
The index of a transition in the transition list. Starting from 0.
int32 index = 4;boolean hasTarget()
The end node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode target = 2;TransitionCoverage.TransitionNode getTarget()
The end node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode target = 2;TransitionCoverage.TransitionNodeOrBuilder getTargetOrBuilder()
The end node of a transition.
.google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode target = 2;boolean getCovered()
Whether or not the transition is covered by at least one of the agent's test cases.
bool covered = 3;boolean hasTransitionRoute()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 5;TransitionRoute getTransitionRoute()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 5;TransitionRouteOrBuilder getTransitionRouteOrBuilder()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 5;boolean hasEventHandler()
Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;EventHandler getEventHandler()
Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;EventHandlerOrBuilder getEventHandlerOrBuilder()
Event handler.
.google.cloud.dialogflow.cx.v3.EventHandler event_handler = 6;TransitionCoverage.Transition.DetailCase getDetailCase()
Copyright © 2022 Google LLC. All rights reserved.