This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| developer_guide:voicexml_references:elements:field [2017/03/21 14:20] – [DTMF Built-in types] borja | developer_guide:voicexml_references:elements:field [2017/03/21 14:21] (current) – [DTMF Built-in types] borja |
|---|
| The following built-in types are supported for the DTMF input mode: | The following built-in types are supported for the DTMF input mode: |
| boolean | boolean |
| - The grammar for affirmative and negative phrases. It returns "true" for yes and "false" for no. | * The grammar for affirmative and negative phrases. It returns "true" for yes and "false" for nodigits. |
| digits | * The grammar for a string of digits from spoken or DTMF input. It returns the string of digits number. |
| - The grammar for a string of digits from spoken or DTMF input. It returns the string of digits. | * The grammar for numbers. It returns a string of digits from 0 to 9, and may optionally include a decimal point (".") and/or a plus or minus sign. |
| number | * The grammar text. It use the SpeechToText ressources to convert the users speaking into text. The text is set in the variable content. |
| - The grammar for numbers. It returns a string of digits from 0 to 9, and may optionally include a decimal point (".") and/or a plus or minus sign. | |
| - The grammar text. It use the SpeechToText ressources to convert the users speaking into text. The text is set in the variable content. | |
| |
| ===== DTMF Built-in type parameters ===== | ===== DTMF Built-in type parameters ===== |