RealtimeResponseCancelEvent constructor

RealtimeResponseCancelEvent({
  1. String? eventId,
  2. String? responseId,
})

Implementation

RealtimeResponseCancelEvent({
  this.eventId,
  this.responseId,
}) : super('response.cancel');