RealtimeTranscriptionSessionCreateResponse constructor
const
RealtimeTranscriptionSessionCreateResponse({})
Creates a RealtimeTranscriptionSessionCreateResponse.
Implementation
const RealtimeTranscriptionSessionCreateResponse({
required this.id,
required this.object,
required this.type,
required this.expiresAt,
this.audio,
this.include,
});