- Contents
Interaction Designer Help
Receive Text Async
This Web Interaction tool receives text from a remote web interaction participant.
Inputs
Interaction Identifier
The unique identifier for the web interaction.
Timeout
The number of seconds the tool waits to receive the text before calling the Complete Async Receive Text initiator.
Context Value
The tool sends this value to the Complete Async Receive Text from an Interaction initiator to identify the source of the Receive Text request. For example, the value can be the name of a handler.
Escape Only
Set this optional value to TRUE to return only the escape text. This value is ignored when the Escape Text field is not specified, and therefore any string is treated as an escape string. The default value for the Escape Only input is FALSE.
Escape Text
Optional. When this text is matched, the Receive Text operation stops. You can use this input to specify an escape string to leave a message and return the escaped return code.
Exit Paths
Success
This path is taken if the text is successfully received.
Failure
This path is taken if the operation fails.
Note: Only one instance of this tool is allowed at a time. Calling an instance while another is already running results in the running instance being cancelled and failing to trigger the initiator.