class

OpenAI::RealtimeBetaClientEventTranscriptionSessionUpdate

Inherits JSON::Serializable < Reference < Object

Send this event to update a transcription session.

Constructors

new(event_id : String | Nil = nil, type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, session : RealtimeTranscriptionSessionCreateRequest = RealtimeTranscriptionSessionCreateRequest.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

event_id

Optional client-generated ID used to identify this event.

Source
event_id=(event_id : String | Nil)

Optional client-generated ID used to identify this event.

Source
session
Source
session=(session : RealtimeTranscriptionSessionCreateRequest)
Source
type_value

The event type, must be transcription_session.update.

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

The event type, must be transcription_session.update.

Source