Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt

Use this file to discover all available pages before exploring further.

The Wait element waits silently for a specified number of seconds. If <Wait> is the first element in a XML document, Vobiz will wait the specified number of seconds before picking up the call.

Attributes

length (integer) Time to wait, in seconds. Allowed values: integer greater than 0 Defaults to 1. silence (boolean) If set to true, Vobiz ends the wait and continues to the next XML element immediately if no voice or sound is detected for minSilence milliseconds. If set to false, Vobiz waits for the full length period, regardless of any sound or voice detected. Allowed values: true or false Defaults to false. minSilence (integer) The minimum duration of silence, in milliseconds, required to trigger early exit. Only used when silence is set to true. The length value must be greater than minSilence for this attribute to work as expected. Allowed values: integer > 0 Defaults to 2,000. beep (boolean) Detects a voicemail machine beep, so an application can leave a voicemail message. Only used when silence and minSilence are not active. Allowed values: true, false Defaults to false.