Home  >  V-Agent  >  DML

Get

The Get verb is used to collect a simple input, such as a key press.

Attributes:

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.


Supported languages: cs-CZ, de-DE, en-GB, en-US, es-ES, it-IT

Example:
<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>

© 2024 Complexity Intelligence, LLC