interface ResponseCancelEvent {
    event_id?: string;
    type: "response.cancel";
}

Hierarchy

  • BaseClientEvent
    • ResponseCancelEvent

Properties

event_id?: string
type: "response.cancel"