Chatbot
When the user clicks on any type of Chatbot button, the same chatbot interface will be shown.
Chatbot Interface. Button and pop up. It goes in full width on Mobile.
Chatbot with Default Button
Features a small, circular button which is typically located in the bottom right corner of the webpage to access the assistant.
Chatbot with the Default Libraria Button
Chatbot with Default Button Vanilla JS
Chatbot with Default Button and user options Vanilla JS
- The
key
is used used for authenticating and accessing the assistant. Add quotation marks around the key when you paste it.
- After enclosing the key in quotation marks. Make sure that the
name
,email
, anduserId
must be filled with the actual user information they represent.
Chatbot with Custom Styled Button
Provides you with the flexibility to customize the appearance of the button used to access the chatbot.
Chatbot with Custom Styled Button
src
attribute of the <img>
tag. You can also customize its size by changing the values of the width
and height
attributes.
Chatbot with Custom Styled Button Vanilla JS