Skip to content

chatkit-node-backend-sdk


chatkit-node-backend-sdk / UserMessageItem

Interface: UserMessageItem

Defined in: src/types/items.ts:57

Thread item representing a user message.

Extends

  • ThreadItemBase

Properties

id

id: string

Defined in: src/types/items.ts:15

Inherited from

ThreadItemBase.id


thread_id

thread_id: string

Defined in: src/types/items.ts:16

Inherited from

ThreadItemBase.thread_id


created_at

created_at: string

Defined in: src/types/items.ts:17

Inherited from

ThreadItemBase.created_at


type

type: "user_message"

Defined in: src/types/items.ts:58


content

content: UserMessageContent[]

Defined in: src/types/items.ts:59


attachments

attachments: Attachment[]

Defined in: src/types/items.ts:60


quoted_text?

optional quoted_text: null | string

Defined in: src/types/items.ts:61


inference_options

inference_options: InferenceOptions

Defined in: src/types/items.ts:62