Name | Value |
---|---|
action | The task to execute when the V-Agent has finished collecting input. |
language | The language to use to interpret input when speech mode is used. |
length | When DTML mode is used, the number of digits to collect. |
mode | Specifies the input processing mode to use. On the telephone channel: [ DTMF (default), DTMF_SPEECH, SPEECH ] |
timeout | Indicates the number of seconds to wait before considering input collection complete. |
<task>
<say language="en-US" voice="">Hello world</say>
<get action="task:gdpr_selection" mode="DTMF" length="1">
<say language="en-US" voice="">
Please press one to continue
</say>
</get>
</task>