start_user_input

Syntax

start_user_input;

Terse form

sui

Type

Softkey return strings (FDM and SDC) - code x'96'

Parameters

Starts user input collection process by enabling INCC. This statement sets the following flags:

INKP = 1
INSK = 1
INAL = 1
INCC = 1

Key presses following this statement are considered to be user input until the end_user_input statement is reached. The accumulated data is sent to Blueworx Voice Response when either the send_user_input or the send_encoded_user_input statement is issued.

Description

None.

References

SR-INS-002461.

Example

softkey TRANSFER: "Transfer funds" : "Xfer"
{
   start_user_input;
}

Related statements