Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Agent not receiving notifications #51

Open
fredcido opened this issue Feb 28, 2018 · 4 comments
Open

Agent not receiving notifications #51

fredcido opened this issue Feb 28, 2018 · 4 comments

Comments

@fredcido
Copy link

Hi there all,

I have been using the node-agent-sdk in order to implement a chatbot, however, there might be a misunderstanding from my side.

When using the simple greeting example, the agent starts to listen nicely, but after connecting as customer, both using https://livepersoninc.github.io/visitor-page/?siteid=__SITEID__ and https://codepen.io/liveperson/pen/xRzXXd?editors=0010 test pages, the agent doesn't seem to receive any notification that a new ring/customer has entered and is waiting to connect.

Only after sending some message from the customer side the bot then receives a notification and can pick up the conversation. I have tested all the examples provided in here, but none of them has the desired behavior.

When using the Chat API, https://github.com/LivePersonInc/agent-sample-app, it works as expected, the agent is able to pick up the incoming chats.

@donmanguno
Copy link
Contributor

Hi @fredcido.

Chat and Messaging work differently.

In Chat, as soon as a visitor clicks a chat button (or after they submit the subsequent survey if enabled) their chat will begin and will be presented to eligible agents.

In Messaging, it is only after the consumer sends their first message that their conversation is presented to eligible agents.

@donmanguno
Copy link
Contributor

@fredcido did this answer your question?

@fredcido
Copy link
Author

fredcido commented Mar 1, 2018

@donmanguno Yes, it does. But it would be nice if you could recommend me then the best approach for the bot to pick up incoming chats/customers. Is there any recommended best practices to implement Chat and Messaging together in order to deliver a better user experience?

@donmanguno
Copy link
Contributor

Hi @fredcido,

In our system Chat and Messaging are entirely separate channels. We have a different API for Chat Agent implementations, and a basic sample node.js application implementing it.

As for best practice recommendations: how to best optimize your UX depends on the specific details of your site, your company, and the services you need to provide over text. I am just a technical grunt and no expert in these questions, but we have a lot of people here at LP whose job it is to help optimize your user experience across the products and channels we provide. If you have a LivePerson account representative I suggest speaking with them, and if you don't you can chat with our Sales team.

*Note that the sample application is merely a sample and provided without any guarantees.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants