Table of Contents

Class InputAudioBufferClearRequest

Namespace
OpenAI.Realtime
Assembly
OpenAI-DotNet.dll

Send this event to clear the audio bytes in the buffer. The server will respond with an input_audio_buffer.cleared event.

public sealed class InputAudioBufferClearRequest : BaseRealtimeEvent, IClientEvent, IRealtimeEvent
Inheritance
InputAudioBufferClearRequest
Implements
Inherited Members

Properties

EventId

The unique ID of the server event.

[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }

Property Value

string

Type

[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }

Property Value

string