Google Cloud Dialogflow Cx V3 Client - Class CreateTransitionRouteGroupRequest (0.1.1)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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.

↳ 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 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.

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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getTransitionRouteGroup

Required. The transition route group to create.

Returns
TypeDescription
Google\Cloud\Dialogflow\Cx\V3\TransitionRouteGroup|null

hasTransitionRouteGroup

clearTransitionRouteGroup

setTransitionRouteGroup

Required. The transition route group to create.

Parameter
NameDescription
var Google\Cloud\Dialogflow\Cx\V3\TransitionRouteGroup
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this