ChatGPT Bot

XCALLY section

Chat → Chat website → Actions → Applications List

On this page

What is the OpenAI ChatBot?

AVAILABLE FROM VERSION 3.32.0

The ChatGPT Bot is an application that can be inserted in the action flow of a chat website to manage interactions with OpenAI models.
This feature is available for Chat Channel and in this way it’s possible to insert a bot in the chat flow to collect data about customers, which can be processed by agents.
An example of ChatBot is reported below: first of all customer chats with bot and then the interaction is passed to agent.

image (12)-20240318-135947.jpg

 

Requirements

Cloud provider with service OpenAI is required to install the ChatBot (configuration in Tools section)

OpenAI credits loaded in OpenAI account

You need to setup a chat website with relative snippet

You have to enable feature on your license. You can send your request on License Portal

 

How to configure Chatbot with OpenAI

First of all, you need to setup Cloud Provider with OpenAI.
On Tools → Cloud Providers you need to configure an OpenAI Account, by inserting as Service OpenAI and ApiKey retrieved on your OpenAI account (find out how at this link).
In this way also users with relative permission on tools section, can configure their own keys.

image-20240313-162051.png

Then you can edit your chat website and on Actions tab, you can insert in drag & drop routing the ChatGPT application

 

You can configure your bot:

  • Choose your OpenAI Cloud Provider Account

  • Select from the list your OpenAI bot created in OpenAI bots section

If you are using a version earlier than 3.36.0 you will have to configure your bot directly from the block section, following the same procedure described in OpenAI bots section)

How does it work?

With the configuration of ChatGPT as first application, all chat messages will be managed by the bot until it doesn't know what to say and the chat will pass to the next block configured on action flow (for example a queue). When chat enters in a queue and it is assigned to an agent, chatGPT gets disabled.

Let’s see how chat conversation is managed by chatbot and how agent can then manage interaction directly on omnidesktop interface in this demo:

https://youtu.be/1dxKU8CwQiM

 



Related topics