Returned when a conversation item is retrieved with conversation.item.retrieve.

interface ConversationItemRetrieved {
    event_id: string;
    item: ConversationItem;
    type: "conversation.item.retrieved";
}

Properties

Properties

event_id: string

The unique ID of the server event.

The item to add to the conversation.

type: "conversation.item.retrieved"

The event type, must be conversation.item.retrieved.