Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Chatbot V3 is an extension of the existing chatbot where you can have multiple advantages such as never-ending sessions, multiple bots without the need to change the endpoint, the ability for the admin to take charge of any conversation, the ability for the admin to customize the chatbot UI, and so on.

Features

  1. Never-ending sesssion using V3 (without refreshing the bot)

  2. Customize the chabot UI.

  3. Ability session using V3 - The chatbot user can resume chatting with the chatbot any time so long as he did not close the browser and did not refresh the webpage.

  4. Customize the Chabot UI - You as an admin user will have access to change and modify more UI elements of the default chatbot.

  5. New socket connection each time the Chatbot URL is triggered - A new socket connection is made each time the chatbot is triggered. This gives visibility to the chatbot admins over the chatbot conversations.

  6. The ability of the Bot Admin to take charge of any chatbot conversation.New socket connection each time the Chatbot URL is triggered - You will have access to take over any specific conversation using the respective socket ID of the chatbot.

How do you use it?

To use the Chatbot V3’s capabilities with your existing chatbot.

...

  1. Copy the id param from the URL of the current page. This is the current project’s ID.

  2. Open the function node named payload config“ and paste the copied project ID.

    Image Removed

    Open the “template” node and paste the copied project ID at line 41 (default) as shown in the screenshot below.

  3. Copy the URL of the enviroment

  4. In the same “template” node, paste the copied URL to the Line 42 (default) as shown in the screenshot below.

Customizations

configure the chatbot to generate multiple sessions with different conversations without the need to create a new endpointComing soon.