OpenAI::RealtimeBetaServerEventInputAudioBufferCommitted
Inherits JSON::Serializable < Reference < Object
Returned when an input audio buffer is committed, either by the client or
automatically in server VAD mode. The item_id property is the ID of the user
message item that will be created, thus a conversation.item.created event
will also be sent to the client.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event_id : String = "", type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, previous_item_id : RealtimeBetaServerEventInputAudioBufferCommittedPreviousItemId | Nil = nil, item_id : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
previous_item_id
Sourceprevious_item_id=(previous_item_id : RealtimeBetaServerEventInputAudioBufferCommittedPreviousItemId | Nil)
Source