Skip to main content

object

Chatbot

LLM
View as Markdown
Open llms.txt

Automated chat flow that can serve selected teams or the whole workspace.

Properties

  • Name
    id
    Type
    string
    Description
    Required property.
  • Name
    name
    Type
    string
    Description
    Required property.
  • Name
    status
    Type
    ChatbotStatus
    Description
    Required property.
  • Name
    teamIds
    Type
    array<string>
    Description
    Teams this chatbot serves. Empty array means the chatbot is the tenant-wide fallback (used when a session's team has no team-specific bot assigned).
  • Name
    createdAt
    Type
    string
    Description
    Required property.
  • Name
    updatedAt
    Type
    string
    Description
    Required property.
  • Name
    draft
    Type
    ChatbotWorkflowDefinition
    Description
    Optional property.
  • Name
    activeVersion
    Type
    ChatbotVersion
    Description
    Optional property.

Related operations