Returned when a session is updated with a session.update event, unless there is an error.

interface SessionUpdatedEvent {
    event_id: string;
    session: OpenAIClient.Beta.Realtime.Sessions.Session;
    type: "session.updated";
}

Properties

Properties

event_id: string

The unique ID of the server event.

Realtime session object configuration.

type: "session.updated"

The event type, must be session.updated.