public interface TransitionRouteGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract 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];
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract 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];
| Type | Description |
ByteString |
The bytes for displayName. |
getName()
public abstract String getName() The unique identifier of the transition route group.
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;
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() The unique identifier of the transition route group.
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;
| Type | Description |
ByteString |
The bytes for name. |
getTransitionRoutes(int index)
public abstract TransitionRoute getTransitionRoutes(int index)Transition routes associated with the TransitionRouteGroup.
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;
| Name | Description |
index |
int |
| Type | Description |
TransitionRoute |
getTransitionRoutesCount()
public abstract int getTransitionRoutesCount()Transition routes associated with the TransitionRouteGroup.
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;
| Type | Description |
int |
getTransitionRoutesList()
public abstract List<TransitionRoute> getTransitionRoutesList()Transition routes associated with the TransitionRouteGroup.
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;
| Type | Description |
List<TransitionRoute> |
getTransitionRoutesOrBuilder(int index)
public abstract TransitionRouteOrBuilder getTransitionRoutesOrBuilder(int index)Transition routes associated with the TransitionRouteGroup.
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;
| Name | Description |
index |
int |
| Type | Description |
TransitionRouteOrBuilder |
getTransitionRoutesOrBuilderList()
public abstract List<? extends TransitionRouteOrBuilder> getTransitionRoutesOrBuilderList()Transition routes associated with the TransitionRouteGroup.
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3.TransitionRouteOrBuilder> |