addVerb
Append a verb to the main section of the SWML document. Validates the verb config
against the bundled schema when validation is enabled.
Parameters
verbName
The SWML verb name (e.g., "answer", "ai", "play", "hangup").
config
The verb’s configuration payload. Most verbs accept an object of parameters.
The sleep verb accepts a number (duration in milliseconds).
Returns
void — Throws an Error if the verb fails schema validation (when validation
is enabled and the verb is defined in the schema).