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

Hierarchy

  • BaseServerEvent
    • ResponseCreatedEvent

Properties

event_id: string
type: "response.created"