Event Properties
Event type. Always
"conversation.connected.close" for this event.Optional message describing the reason for connection closure.Example:
"Connection closed by server" or "Session timeout"Usage Example
This event may also be received through the WebSocket’s
onclose event handler. Handle both cases appropriately.