Reputation: 1844
I have a bot implemented in node.js
which is running in Azure.
My bot works perfectly fine with bot framework emulator however I want to route the message to LivePerson agent hub for special utterances Talk to live person/connect to customer care/speak to someone/Need human assistant
. And once it is connected to agent hub user chats to live person from bot emulator and someone logged in agent hub replies with all the queries.
I configured this Tompaana's LivePerson-bot-adapter repository with LivePerson Keys/creds
but it does not work.
Doc here Third party bot connection to LivePerson is also not much helpful. Can someone please please help how do I connect to live person agent hub from bot framework emulator.
Upvotes: 3
Views: 229
Reputation: 11
You can use the third-party bot connector available in LivePerson to achieve this. Please refer to this doc.
You can also define welcome messages for each engagement created in LivePerson. For this, you have to define the welcome message in the engagement studio (Window customization tab).
Upvotes: 0