Skip to main content

object

CreateMessageRequest

LLM
View as Markdown
Open llms.txt

Body for sending the first message or continuing a conversation by recipient.

Properties

  • Name
    inboxId
    Type
    string
    Description
    Sender inbox ID. Required for first-message sends to a channel recipient.
  • Name
    recipient
    Type
    MessageRecipient
    Description
    Required property.
  • Name
    content
    Type
    MessageContent
    Description
    Required property.

Related operations