class

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(event_id : String = "", type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, session : RealtimeTranscriptionSessionCreateResponse = RealtimeTranscriptionSessionCreateResponse.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

event_id

The unique ID of the server event.

Source
event_id=(event_id : String)

The unique ID of the server event.

Source
session
Source
session=(session : RealtimeTranscriptionSessionCreateResponse)
Source
type_value

The event type, must be transcription_session.updated.

Source
type_value=(type_value : Hash(String, JSON::Any))

The event type, must be transcription_session.updated.

Source