OpenAI::RealtimeBetaServerEventResponseCreated
Inherits JSON::Serializable < Reference < Object
Returned when a new Response is created. The first event of response creation,
where the response is in an initial state of in_progress.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event_id : String = "", type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, response : RealtimeBetaResponse = RealtimeBetaResponse.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
response
Sourceresponse=(response : RealtimeBetaResponse)
Source