Basic wait

This first example demonstrates how to wait for seven seconds between two lines of speech.

Example

Response

XML Response
<Response>
    <Speak>I will wait for seven seconds starting now.</Speak>
    <Wait length="7" />
    <Speak>I just waited seven seconds.</Speak>
</Response>