end
End the conversation and start post-processing: the summary, and a request to your post_prompt_url
when your SWML sets one. The webhook is not instant, so expect seconds.
To remove a conversation without any of that, use delete().
Parameters
conversation_id
The conversation to end.
Returns
bool — True when the service reported the conversation ended, False when no conversation had
that id.
Example
The AI post-prompt callback documents what your post_prompt_url receives.