Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class FlowTransition.
Stores metadata of the transition to a target CX flow. Flow transition actions exit the caller playbook and enter the child flow.
Generated from protobuf message google.cloud.dialogflow.cx.v3.FlowTransition
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ flow |
string
Required. The unique identifier of the flow. Format: |
↳ display_name |
string
Output only. The display name of the flow. |
getFlow
Required. The unique identifier of the flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<Agentflows/<FlowID>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFlow
Required. The unique identifier of the flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<Agentflows/<FlowID>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Output only. The display name of the flow.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Output only. The display name of the flow.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|