class

OpenAI::ResponseAudioDoneEvent

Inherits JSON::Serializable < Reference < Object

Emitted when the audio response is complete.

Constructors

new(type_value : ResponseAudioDoneEventType = ResponseAudioDoneEventType::ResponseAudioDone, sequence_number : Int64 = 0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

sequence_number

The sequence number of the delta.

Source
sequence_number=(sequence_number : Int64)

The sequence number of the delta.

Source
type_value

The type of the event. Always response.audio.done.

Source
type_value=(type_value : ResponseAudioDoneEventType)

The type of the event. Always response.audio.done.

Source