Interface TransitionRouteGroupOrBuilder (0.52.0)

public interface TransitionRouteGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
TransitionRoute

getTransitionRoutesCount()

public abstract int getTransitionRoutesCount()

Transition routes associated with the TransitionRouteGroup.

repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;

Returns
TypeDescription
int

getTransitionRoutesList()

public abstract List<TransitionRoute> getTransitionRoutesList()

Transition routes associated with the TransitionRouteGroup.

repeated .google.cloud.dialogflow.cx.v3.TransitionRoute transition_routes = 5;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.TransitionRouteOrBuilder>