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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/transitionRouteGroups/<TransitionRouteGroupID>
.
string name = 1;
| Returns | |
|---|---|
| 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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/transitionRouteGroups/<TransitionRouteGroupID>
.
string name = 1;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TransitionRoute |
|
getTransitionRoutesCount()
public abstract int getTransitionRoutesCount()Transition routes associated with the TransitionRouteGroup.
repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.cx.v3.TransitionRouteOrBuilder> |
|