ServerEventConversationItemRetrieved interface

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

Extends

Properties

eventId
item
type

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

Property Details

eventId

eventId?: string

Property Value

string

item

item?: ResponseItemUnion

Property Value

type

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

type: "conversation.item.retrieved"

Property Value

"conversation.item.retrieved"