/** * Gracefully ends the session. The server finalizes any pending utterance * and closes the connection. */ export interface RealtimeEnd { event: "end"; }