⚠️ You are viewing documentation for an older version of Compose SDK.
Version:
# Interface ChatbotProps
Props of the ChatbotComponent.
# Properties
# config
config?:
Partial<ChatConfig>
Various configuration options for the chatbot
# height
height?:
Height<number|string>
Total height of the chatbot
If not specified, a default height of 900px will be used.
# width
width?:
Width<number|string>
Total width of the chatbot
If not specified, a default width of 500px will be used.