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.
data
array
Optional. Data for populating the Message object.
↳ flow
string
Required. The unique identifier of the flow. Format: projects/<ProjectID>/locations/<LocationID>/agents/<Agentflows/<FlowID>
.
↳ 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>
.
string
setFlow
Required. The unique identifier of the flow.
Format: projects/<ProjectID>/locations/<LocationID>/agents/<Agentflows/<FlowID>
.
var
string
$this
getDisplayName
Output only. The display name of the flow.
string
setDisplayName
Output only. The display name of the flow.
var
string
$this

