Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class TransitionRouteGroup.
A TransitionRouteGroup represents a group of TransitionRoutes
to be
used by a Page
.
Generated from protobuf message google.cloud.dialogflow.cx.v3.TransitionRouteGroup
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
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>
.
↳ display_name
string
Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
↳ transition_routes
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
setName
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>
.
var
string
$this
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
setDisplayName
Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
var
string
$this
getTransitionRoutes
Transition routes associated with the TransitionRouteGroup .
setTransitionRoutes
Transition routes associated with the TransitionRouteGroup .
$this