RealtimeServerEventResponseCreated interface

Returned when a new Response is created. The first event of response creation, where the response is in an initial state of in_progress.

Extends

Properties

event_id

The unique ID of the server event.

response

The newly created response in its initial in_progress state.

type

The event type, must be response.created.

Property Details

event_id

The unique ID of the server event.

event_id: string

Property Value

string

response

The newly created response in its initial in_progress state.

response: VoiceAgentRealtimeResponse

Property Value

type

The event type, must be response.created.

type: "response.created"

Property Value

"response.created"