Customization options for the chat widget can be found in the official documentation. Here are the possible options and examples for each option:
name
: Required, used to identify the widget. Example:'my-widget'
.props
: Required, props passed from the widget state. Example:['prop1', 'prop2']
.- `i1