Skip to main content

object

Message

LLM
View as Markdown
Open llms.txt

Message record with content, delivery state, and channel delivery context.

Properties

  • Name
    id
    Type
    string
    Description
    Required property.
  • Name
    createdAt
    Type
    string
    Description
    Required property.
  • Name
    updatedAt
    Type
    string
    Description
    Required property.
  • Name
    tenantId
    Type
    string
    Description
    Required property.
  • Name
    conversationId
    Type
    string
    Description
    Public conversation facade ID, currently backed by the identity lifecycle key (`idn_*`).
  • Name
    sessionId
    Type
    string
    Description
    Optional property.
  • Name
    senderType
    Type
    enum
    Description
    Required property. Allowed values: customer, user, journey, bot.
  • Name
    senderId
    Type
    string
    Description
    Required property.
  • Name
    content
    Type
    MessageContent
    Description
    Required property.
  • Name
    deliveryStatus
    Type
    enum
    Description
    Required property. Allowed values: pending, sent, delivered, read, failed.
  • Name
    channelMessageId
    Type
    string
    Description
    Optional property.
  • Name
    failureReason
    Type
    string
    Description
    Public delivery failure reason when deliveryStatus is failed.
  • Name
    editedAt
    Type
    string
    Description
    Optional property.
  • Name
    deletedAt
    Type
    string
    Description
    Optional property.
  • Name
    reactions
    Type
    array<Reaction>
    Description
    Optional property.

Related operations