# Interface ChatbotProps
Props for Chatbot component.
# 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.