ai
Add an ai verb to the main section. Starts an AI-powered conversation on the call.
This is a dynamic verb method that accepts a generic config object. The config is passed directly as the AI verb’s configuration payload in the SWML document.
Parameters
config
Optional configuration object for the AI verb. The structure matches the
SWML AI verb specification and may include keys such as
prompt, post_prompt, post_prompt_url, swaig, hints, languages, params,
and global_data.
The prompt key accepts either a text string or a POM (Prompt Object Model)
structure — these are mutually exclusive. Do not set both prompt.text and
prompt.pom in the same config.
Returns
this — The builder instance for method chaining.