-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Live agent hand-off sample #1133
Comments
I support this. There's this https://github.com/tompaana/intermediator-bot-sample but a more official and up-to-date example would be appreciated. There's some inkling of this in Microsoft's AI repo (https://github.com/Microsoft/AI/blob/master/templates/Enterprise-Template/src/csharp/EnterpriseBotSample/Dialogs/Shared/RouterDialog.cs) but it is not as of yet developed (that I can see). |
The scenario around handoff is a frequently requested scenario. Assigning to @yochay to scope this and determine timing for the team looking into this in more detail. |
We are actively looking to standardize this pattern. |
Is there any sample for this using the latest version of the framework? Where can I find it? |
@tdurnford has a really nice handoff sample I'd recommend taking a look at if you're looking for something a little more recent. |
Only for javascript unfortunately. I think a C# example would be more
interesting.
…On Fri, Jul 19, 2019, 00:01 Michael Richardson ***@***.***> wrote:
@tdurnford <https://github.com/tdurnford> has a really nice handoff sample
<https://github.com/tdurnford/botframework-human-handoff> I'd recommend
taking a look at if you're looking for something a little more recent.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1133?email_source=notifications&email_token=AACXCQG6VRNVZZTBMDEE7W3QADR4JA5CNFSM4GOKRZ22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2J5P5A#issuecomment-513005556>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AACXCQE4G7MPTAZ62XHXKETQADR4JANCNFSM4GOKRZ2Q>
.
|
@Diruuo mentioned @tompaana’s C# handover sample in his comment above. |
I have implemented the "tompaana" solution for bot-agent-handoff (1 to 1 conversation), but how can I establish a "1 to n" scenario (i.e. one agent handling multiple users after bot escalation)? |
assigning to @arturl, who is driving this work on our end. |
Take a look at our documentation here: https://github.com/microsoft/BotBuilder-Samples/tree/master/experimental/handoff-library. |
Has anyone found a good sample that works? I am trying to implement this now |
@arturl is there no plan for providing built in support for agent hub? samples stated here looks outdated and not using handoff protocol described in official document. Also checked closed issues on this topic but none of them leads to proper direction. @FreddieK01 Let me know if you find any direction. |
thanks @AshishMoradiya I am trying to work it now. Its given me a good starting point. I guess with the handoff sample, I need to configure it to go to my own agent etc... (I'm using liveperson) |
We have LivePerson and Omnichannel samples here: https://github.com/microsoft/BotBuilder-Samples/tree/master/experimental/handoff-library/csharp_dotnetcore/samples All samples are up to date. Some customer already used them to build their own integrations, for example ServiceNow. |
@arturl Thanks, I see now. I want to have a bot where it can handoff to LivePerson. To do this, using those samples, do I just use the LivePersonAgentBot, or do I need to use that in conjunction with the live person connector? |
@arturl Thank you for your response, Could you please throw some light on how to build own agent hub and integration? I could not find much information on it, I want to develop user waiting queue and 1 agent chat with multiple user scenario. |
Hi @AshishMoradiya, we're focusing on providing integrations with existing party agent hubs, and this is our recommended approach. To build your own hub, you can take inspiration from the work mentioned above in this thread (https://github.com/tompaana/intermediator-bot-sample) in which both users and agents are connected to the same bot, and the bot serves as the dispatcher. |
Is your feature request related to a problem? Please describe.
There are no official samples for how to implement live agent hand-off with Bot V4.
Describe the solution you'd like
I would like this page to be updated with a sample from Microsoft that shows the recommended way of how to do this.
The text was updated successfully, but these errors were encountered: