RealtimeBetaClientEventResponseCancel
Send this event to cancel an in-progress response. The server will respond
with a response.done event with a status of response.status=cancelled. If
there is no response to cancel, the server will respond with an error.
{
"event_id": "string",
"type": "response.cancel",
"response_id": "string"
}