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 | 
        
          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/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>
or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
for agent-level groups.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setParent
Required. The flow to create an
TransitionRouteGroup
for. Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>
or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>
for agent-level groups.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getTransitionRouteGroup
Required. The transition route group to create.
| Returns | |
|---|---|
| Type | Description | 
TransitionRouteGroup|null | 
        |
hasTransitionRouteGroup
clearTransitionRouteGroup
setTransitionRouteGroup
Required. The transition route group to create.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          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_casesIf 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_casesIf 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 | 
        
          TransitionRouteGroup
          Required. The transition route group to create.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateTransitionRouteGroupRequest | 
        |