menu
openai_core package
documentation
realtime.dart
RealtimeResponseCancelEvent
RealtimeResponseCancelEvent.new constructor
RealtimeResponseCancelEvent.new constructor
dark_mode
light_mode
RealtimeResponseCancelEvent
constructor
RealtimeResponseCancelEvent
(
{
String
?
eventId
,
String
?
responseId
,
})
Implementation
RealtimeResponseCancelEvent({ this.eventId, this.responseId, }) : super('response.cancel');
openai_core package
documentation
realtime
RealtimeResponseCancelEvent
RealtimeResponseCancelEvent.new constructor
RealtimeResponseCancelEvent class