Google Cloud Dialogflow Cx V3 Client - Class TransitionNode (0.3.4)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class TransitionNode.

The source or target of a transition.

Generated from protobuf message google.cloud.dialogflow.cx.v3.TransitionCoverage.TransitionNode

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ TransitionCoverage

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ page Google\Cloud\Dialogflow\Cx\V3\Page

Indicates a transition to a Page. Only some fields such as name and displayname will be set.

↳ flow Google\Cloud\Dialogflow\Cx\V3\Flow

Indicates a transition to a Flow. Only some fields such as name and displayname will be set.

getPage

Indicates a transition to a Page.

Only some fields such as name and displayname will be set.

Returns
Type Description
Google\Cloud\Dialogflow\Cx\V3\Page|null

hasPage

setPage

Indicates a transition to a Page.

Only some fields such as name and displayname will be set.

Parameter
Name Description
var Google\Cloud\Dialogflow\Cx\V3\Page
Returns
Type Description
$this

getFlow

Indicates a transition to a Flow.

Only some fields such as name and displayname will be set.

Returns
Type Description
Google\Cloud\Dialogflow\Cx\V3\Flow|null

hasFlow

setFlow

Indicates a transition to a Flow.

Only some fields such as name and displayname will be set.

Parameter
Name Description
var Google\Cloud\Dialogflow\Cx\V3\Flow
Returns
Type Description
$this

getKind

Returns
Type Description
string