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

interface ResponseCreatedEvent {
    event_id: string;
    response: RealtimeResponse;
    type: "response.created";
}

Properties

event_id: string

The unique ID of the server event.

The response resource.

type: "response.created"

The event type, must be response.created.