Skip to main content

Documentation Index

Fetch the complete documentation index at: https://botpress-ak-docs-20-document-updating-variables-from-outsid.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The Container wraps the core Webchat interface. It manages:
  • Layout
  • Drag-and-drop file uploading
  • Connection status feedback
It also provides a shared context for nested components like MessageList and Composer.

Props

connected
boolean
Indicates whether the Webchat is currently connected. When false, a modal appears and prompts the user to retry by reloading the page.
allowFileUpload
boolean
Controls whether the container has a dropzone for uploading files. Doesn’t affect whether the Composer contains a file upload button.