Pause
The <Pause> verb waits silently for a specified number of seconds or one second by default. No nouns can be nested within <Pause>, and a self-closing tag must be used.
Attributes
| ATTRIBUTE | DESCRIPTION | OPTIONS | DEFAULT |
|---|---|---|---|
length | Seconds to pause | 1 - 180 | 1 |
Examples
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Pause length="5"/>
</Response>