public interface TransitionRouteGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
String |
getName()
The unique identifier of the transition route group.
|
com.google.protobuf.ByteString |
getNameBytes()
The unique identifier of the transition route group.
|
TransitionRoute |
getTransitionRoutes(int index)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
|
int |
getTransitionRoutesCount()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
|
List<TransitionRoute> |
getTransitionRoutesList()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
|
TransitionRouteOrBuilder |
getTransitionRoutesOrBuilder(int index)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
|
List<? extends TransitionRouteOrBuilder> |
getTransitionRoutesOrBuilderList()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The unique identifier of the transition route group. [TransitionRouteGroups.CreateTransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroups.CreateTransitionRouteGroup] populates the name automatically. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The unique identifier of the transition route group. [TransitionRouteGroups.CreateTransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroups.CreateTransitionRouteGroup] populates the name automatically. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID>`.
string name = 1;String getDisplayName()
Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];List<TransitionRoute> getTransitionRoutesList()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;TransitionRoute getTransitionRoutes(int index)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;int getTransitionRoutesCount()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;List<? extends TransitionRouteOrBuilder> getTransitionRoutesOrBuilderList()
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;TransitionRouteOrBuilder getTransitionRoutesOrBuilder(int index)
Transition routes associated with the [TransitionRouteGroup][google.cloud.dialogflow.cx.v3.TransitionRouteGroup].
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;Copyright © 2022 Google LLC. All rights reserved.