Optional
onThis function is called after the render function of web chat is called. This function can return a Promise which will cause web chat to wait for it before rendering.
Optional
onThis function is called before the render function of web chat is called. This function can return a Promise which will cause web chat to wait for it before rendering.
Optional
renderThis is the function that this component will call when a user defined response should be rendered.
Optional
renderThis is the render function this component will call when it needs to render a writeable element.
The config to use to load web chat. Note that the "onLoad" property is overridden by this component. If you need to perform any actions after web chat been loaded, use the "onBeforeRender" or "onAfterRender" props.