Skip to main content

object

Window

LLM
View as Markdown
Open llms.txt

Tells a client whether the current actor can send in this conversation right now.

Properties

  • Name
    state
    Type
    enum
    Description
    Required property. Allowed values: OPEN, CLOSED.
  • Name
    forActor
    Type
    enum
    Description
    Required property. Allowed values: AGENT, BOT.
  • Name
    expiresAt
    Type
    string
    Description
    Optional property.
  • Name
    failureCode
    Type
    enum
    Description
    Public reason code when this actor cannot send in the current window. Allowed values: messagingWindowClosed, inboxRequired, unsupportedChannel.

Related operations