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