-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agent UI without using NodeJS #7
Comments
Hi and thanks for the input! This has, more or less, been on my backlog and I'll try to address this as soon as possible. However, I don't mind receiving pull requests in case this is something you'd like to contribute. Cheers! |
Hello, thanks for your answer. I've researched more and I've got my idea to implement my plan. One more question when I was testing your Bot project is: What happen if I have many Agents and how can I route the Customer's message to specific Agent in situation that "Agent 1" is busy and "Agent 2, 3 or..." is free to talk? Is that according to the AgentID or How can i Customize the source code as I wish? |
In short: The sample doesn't care how you handle that - it's up to your "agent UI". The way it behaves now is:
|
okay, as you've explained to me, as I understood that which Agent will be received message totally depend on how I implement the Agent UI as the sample you've attached in the post? |
That's right. Basically the one (agent, instance, web app, whatever) who sends the backchannel message, will own that conversation. |
okay, thanks for your explanation. It helps me lots. |
@justinvan0603 So how did you achieve the agent ui, i have a similar issue. any pointers will be helpful. |
Greeting @tompaana, I'm new at Bot framework and I have a plan to do my bot project like your Scenario 2. But I wonder that Instead use Agent UI built in NodeJS, can I just return an <iframe> to my agent for opening a new chat control to communicate with each customer if they want to talk with the agent not with the Bot?
The text was updated successfully, but these errors were encountered: