OpenAI::RealtimeServerEventTranscriptionSessionUpdated
Inherits JSON::Serializable < Reference < Object
Returned when a transcription session is updated with a transcription_session.update event, unless
there is an error.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event_id : String = "", type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, session : RealtimeTranscriptionSessionCreateResponse = RealtimeTranscriptionSessionCreateResponse.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
session
Sourcesession=(session : RealtimeTranscriptionSessionCreateResponse)
Source