You can set up buttons on a page that users can click to open the ChatBot with a shortcode.
Use Shortcode:
[wpbot-click-chat text="Click to Chat"]
Available Parameters: text, bot_visibility, intent, display_as, bgcolor, textcolor
text: This is for the button text. Value for this option would be a text that will be automatically linked to open the ChatBot.
Ex:
[wpbot-click-chat text="Click to Chat"]
bot_visibility: This is show or hide bot floating icon. Available values: show, hide. Default value is “show”.
Ex:
[wpbot-click-chat text="Click to Chat" bot_visibility="hide"]
intent: This parameter allow you to trigger specific intent. It does support all pre-defined & custom intents. That means you can trigger a specific Simple Text Response or a Conversational form to open with the ChatBot.
Available Values:
Predefined Intents: Faq, Email Subscription, Site Search, Send Us Email, Leave A Feedback
Woocommerce Intents: Product Search, Catalog, Featured Products, Products on Sale, Order Status
Custom Intents: Any custom intent you create using the Conversational Forms or DialogFlow. Add the custom intent name exactly as you created. For conversational forms, use the exact form name. For Dialogflow use the exact intent name.
Ex: [wpbot-click-chat text="Click to Chat" bot_visibility="hide" intent="Email Subscription"]
display_as: This parameter can control the appearence. Available values: button, link. Default value is “link”.
Ex:
[wpbot-click-chat text="Click to Chat" bot_visibility="hide" display_as="button"]
bgcolor: You can set the background color by using this parameter.
Ex:
[wpbot-click-chat text="Click to Chat" bot_visibility="hide" intent="Email Subscription" display_as="button" bgcolor="#3389a9"]
textcolor: You can set the text color by using this parameter.
Ex:
[wpbot-click-chat text="Click to Chat" bot_visibility="hide" intent="Email Subscription" display_as="button" bgcolor="#3389a9" textcolor="#fff"]
Check the Settings->Embed and Click to Chat section for more details.