addPostAiVerb
Add a verb to run after the AI conversation ends (phase 5). Common uses include logging, cleanup transfers, and explicit hangup.
Parameters
verbName
SWML verb name (e.g., "hangup", "transfer", "request").
config
Verb configuration object.
Returns
AgentBase — Returns this for method chaining.