OpenAI::RealtimeBetaServerEventSessionUpdated
Inherits JSON::Serializable < Reference < Object
Returned when a session is updated with a 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 : RealtimeSession = RealtimeSession.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
session
Sourcesession=(session : RealtimeSession)
Source