Share via


Login Dialog Controls

  Microsoft Speech Technologies Homepage

The Banking Alerts application uses the following ASP.NET Speech Controls to control dialogue flow in the Login Dialog. Each of the following Speech Control names is linked to a table that presents the specific user inputs and application responses.

  • AskPINAlphaDigit Control Inputs and Responses
    This control leads the user through an interaction designed to elicit the user's personal identification number (PIN). This interaction is implemented using an AlphaDigit Application Speech Control. The user can either speak the PIN, or use his telephone keypad to enter the PIN. After obtaining the PIN, the application validates it against the PIN value stored for that user in the customer database.
  • SayLoginSucceededQA Control Prompt
    This control indicates to the user that the application was able to verify the PIN the user provided. The prompt is for informational purposes only and no user input is expected. This informational prompt is implemented using a QA Dialog Speech Control.
  • SayLoginFailedQA Control Prompt
    This control informs the user that the application was unable to verify the PIN the user provided. The prompt is for informational purposes only and no user input is expected. This informational prompt is implemented using a QA Dialog Speech Control.

See Also

BillsToPay Alert Dialog Controls | CreditCardCloseToMax Alert Dialog Controls | ExcessiveTransaction Alert Dialog Control | Controls Shared by All Alert Dialogs