public static interface TransitionRouteGroupCoverage.Coverage.TransitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCovered()
Whether the transition route is covered by at least one of the
agent's test cases.
|
TransitionRoute |
getTransitionRoute()
Intent route or condition route.
|
TransitionRouteOrBuilder |
getTransitionRouteOrBuilder()
Intent route or condition route.
|
boolean |
hasTransitionRoute()
Intent route or condition route.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTransitionRoute()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 1;TransitionRoute getTransitionRoute()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 1;TransitionRouteOrBuilder getTransitionRouteOrBuilder()
Intent route or condition route.
.google.cloud.dialogflow.cx.v3.TransitionRoute transition_route = 1;boolean getCovered()
Whether the transition route is covered by at least one of the agent's test cases.
bool covered = 2;Copyright © 2025 Google LLC. All rights reserved.