Skip to content

/AWS1/CL_BDZFLOWMULTITURNINP00

Response object from the flow multi-turn node requesting additional information.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_nodename TYPE /AWS1/BDZNODENAME /AWS1/BDZNODENAME

The name of the node in the flow that is requesting the input.

iv_nodetype TYPE /AWS1/BDZNODETYPE /AWS1/BDZNODETYPE

The type of the node in the flow that is requesting the input.

io_content TYPE REF TO /AWS1/CL_BDZFLOWMULTITURNINP01 /AWS1/CL_BDZFLOWMULTITURNINP01

The content payload containing the input request details for the multi-turn interaction.


Queryable Attributes

nodeName

The name of the node in the flow that is requesting the input.

Accessible with the following methods

Method Description
GET_NODENAME() Getter for NODENAME, with configurable default
ASK_NODENAME() Getter for NODENAME w/ exceptions if field has no value
HAS_NODENAME() Determine if NODENAME has a value

nodeType

The type of the node in the flow that is requesting the input.

Accessible with the following methods

Method Description
GET_NODETYPE() Getter for NODETYPE, with configurable default
ASK_NODETYPE() Getter for NODETYPE w/ exceptions if field has no value
HAS_NODETYPE() Determine if NODETYPE has a value

content

The content payload containing the input request details for the multi-turn interaction.

Accessible with the following methods

Method Description
GET_CONTENT() Getter for CONTENT