This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:module_manual:advanced:ivr [2015/12/03 05:42] liuxl [Add Main Flow] |
en:module_manual:advanced:ivr [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 102: | Line 102: | ||
| <note tip>In the following three cases the system will end the read data action: | <note tip>In the following three cases the system will end the read data action: | ||
| - | - 1, the input reaches the limit | + | - the input reaches the limit |
| - | - 2, timeout | + | - timeout |
| - | - 3, end with #, when user input #, system will think the input is done, so it's better don't use # as an input option | + | - end with #, when user input #, system will think the input is done, so it's better don't use # as an input option |
| In a read data action, if you know the input length, say a credit card number has 12 digits, it's better you add a input limit, then when user input 12 digits, system will continue, user don't enter # or wait for time out, if it's flexible length, you can ask user to end input with # key. | In a read data action, if you know the input length, say a credit card number has 12 digits, it's better you add a input limit, then when user input 12 digits, system will continue, user don't enter # or wait for time out, if it's flexible length, you can ask user to end input with # key. | ||
| </note> | </note> | ||
| + | |||
| ==== Web Service ==== | ==== Web Service ==== | ||
| 调用外部webservice接口。↓ | 调用外部webservice接口。↓ | ||