HowMuchCurrency Control Inputs and Responses
The first time that the application calls this control, the control plays the following initial prompt:
"The balance on your savings account is monetary_amount and on checking it's monetary_amount. How much of your credit card balance would you like to pay off?"
The following table lists all possible user inputs that can follow the initial prompt, and Banking Alerts application responses.
User Input to HowMuchCurrency (Initial Question Prompt) | Application Response |
---|---|
Help | "Please say the amount you would like to pay off your credit card; for example, three hundred dollars please." |
Repeat | The last prompt is repeated. If the last prompt was a response to silence or mumble, the application does not repeat the first sentence of the silence or mumble prompt. |
1st Silence | "I'm sorry, I didn't hear you." + Initial prompt. |
2nd Silence | "I'm sorry, my fault again" + Help prompt. |
1st Mumble | "I'm sorry, I didn't understand that." + Initial prompt. |
2nd Mumble | "I'm sorry, my fault again." + Help prompt. |
After the application recognizes user input for the monetary_amount value, the application plays the following confirmational prompt:
"Am I right with monetary_amount?"
The following table lists all possible user inputs that can follow the confirmational prompt, and Banking Alerts application responses.
User Input to HowMuchCurrency (Confirmational Prompt) | Application Response |
---|---|
Help | "Please say yes or no." + Confirmational prompt |
Repeat | The last prompt is repeated. If the last prompt was a response to silence or mumble, the application does not repeat the first sentence of the silence or mumble prompt. |
1st Silence | "I'm sorry, I didn't hear you." + Confirmational prompt. |
2nd Silence | "I'm sorry, my fault again" + Confirmational Help prompt. |
1st Mumble | "I'm sorry, I didn't understand that." + Confirmational prompt. |
2nd Mumble | "I'm sorry, my fault again." + Confirmational Help prompt. |
Remarks
In the previous tables:
- monetary_amount is a monetary amount in U.S. dollars and cents.