Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CreateTransitionRouteGroupRequest.
The request message for TransitionRouteGroups.CreateTransitionRouteGroup.
Generated from protobuf message google.cloud.dialogflow.cx.v3.CreateTransitionRouteGroupRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The flow to create an TransitionRouteGroup for. Format: |
↳ transition_route_group |
Google\Cloud\Dialogflow\Cx\V3\TransitionRouteGroup
Required. The transition route group to create. |
↳ language_code |
string
The language of the following fields in |
getParent
Required. The flow to create an
TransitionRouteGroup
for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
or projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
for agent-level groups.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The flow to create an
TransitionRouteGroup
for. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
or projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
for agent-level groups.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTransitionRouteGroup
Required. The transition route group to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\Cx\V3\TransitionRouteGroup|null |
hasTransitionRouteGroup
clearTransitionRouteGroup
setTransitionRouteGroup
Required. The transition route group to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dialogflow\Cx\V3\TransitionRouteGroup
|
Returns | |
---|---|
Type | Description |
$this |
getLanguageCode
The language of the following fields in TransitionRouteGroup
:
TransitionRouteGroup.transition_routes.trigger_fulfillment.messages
*TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used.
Many languages are supported. Note: languages must be enabled in the agent before they can be used.
Returns | |
---|---|
Type | Description |
string |
setLanguageCode
The language of the following fields in TransitionRouteGroup
:
TransitionRouteGroup.transition_routes.trigger_fulfillment.messages
*TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used.
Many languages are supported. Note: languages must be enabled in the agent before they can be used.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The flow to create an
TransitionRouteGroup
for. Format: |
transitionRouteGroup |
Google\Cloud\Dialogflow\Cx\V3\TransitionRouteGroup
Required. The transition route group to create. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dialogflow\Cx\V3\CreateTransitionRouteGroupRequest |