microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.49k stars 2.44k forks source link

[Feature Request] Channel for living avatars #2755

Closed bgarr33434 closed 6 years ago

bgarr33434 commented 7 years ago

We have multiple customers that have asked us to add a living avatar to their SILVIA AI driven chatbot, which is handled by the MSFT Bot Framework.

nwhitmont commented 7 years ago

@bgarr33434

  1. Are you using C# or Node SDK?
  2. Please provide more detail about your request. For example, what is a "living avatar"? Can you include a screenshot or link to information about this?
bgarr33434 commented 7 years ago

Thanks, we are a MSFT shop, so C#. Just browsing the web, I see multiple software companies that allow you to create avatars. Certainly Unity3D, but then that rules out an HTML5 website for the bot. But really, being able to have any avatar connected to the Bot Framework would be a huge hit, I think. By living, I mean lip synch. Thanks.

Regards,

Brian Garr, COO Cognitive Code 561.271.4750 @garrbrian

click here to set up a call/meeting http://doodle.com/brianlgarr

On Fri, May 12, 2017 at 12:47 PM, Nils notifications@github.com wrote:

@bgarr33434 https://github.com/bgarr33434

  1. Are you using C# or Node SDK?
  2. Please provide more detail about your request. For example, what is a "living avatar"? Can you include a screenshot or link to information about this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Microsoft/BotBuilder/issues/2755#issuecomment-301127990, or mute the thread https://github.com/notifications/unsubscribe-auth/AINcMsNaFFAWcgsLCKKV8ZJqqnilamRQks5r5I0qgaJpZM4NZTZj .

nwhitmont commented 7 years ago

@bgarr33434 you mean like Gravatar for individual users?

bgarr33434 commented 7 years ago

I found one that looks promising. Botlibre.com. I can actually send their bot right to my ai through a proxy, but it would be better if there was a direct connect, like with Facebook and Slack.

Regards,

Brian Garr, COO Cognitive Code 561.271.4750 @garrbrian

click here to set up a call/meeting http://doodle.com/brianlgarr

On Fri, May 12, 2017 at 5:42 PM, Nils notifications@github.com wrote:

@bgarr33434 https://github.com/bgarr33434 you mean like Gravatar https://en.gravatar.com/ for individual users?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Microsoft/BotBuilder/issues/2755#issuecomment-301192935, or mute the thread https://github.com/notifications/unsubscribe-auth/AINcMq4NozAFEtLkIcXnQxfB4qWYDHA3ks5r5NJfgaJpZM4NZTZj .

bgarr33434 commented 7 years ago

Neils, here is an example that I created on BotLibre. It is a bot framework, like MSFT Bot Framework, but they offer avatars as well. http://www.botlibre.com/chat?id=17020065&embedded=true&application=118737051139544836

Note that the avatars are pretty rudimentary, and the lip synching is awful, but you get the idea. We have clients waiting for this capability with our bots from MSFT bot framework.

Regards,

Brian Garr, COO Cognitive Code 561.271.4750 @garrbrian

click here to set up a call/meeting http://doodle.com/brianlgarr

On Fri, May 12, 2017 at 9:47 AM, Nils notifications@github.com wrote:

@bgarr33434 https://github.com/bgarr33434

  1. Are you using C# or Node SDK?
  2. Please provide more detail about your request. For example, what is a "living avatar"? Can you include a screenshot or link to information about this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Microsoft/BotBuilder/issues/2755#issuecomment-301127990, or mute the thread https://github.com/notifications/unsubscribe-auth/AINcMsNaFFAWcgsLCKKV8ZJqqnilamRQks5r5I0qgaJpZM4NZTZj .

haxhilajqi commented 6 years ago

Hello Guys,

Any update about integration of avatar movement (lip sync) to Bot Framework!

Regards Haxhi Lajqi

JasonSowers commented 6 years ago

Thank you for opening an issue against the Bot Framework SDK v3. As part of the Bot Framework v4 release, we’ve moved all v3 work to a new repo located at https://github.com/microsoft/botbuilder-v3. We will continue to support and offer maintenance updates to v3 via this new repo.

From now on, https://github.com/microsoft/botbuilder repo will be used as hub, with pointers to all the different SDK languages, tools and samples repos.

As part of this restructuring, we are closing all tickets in this repo.

For defects or feature requests, please create a new issue in the new Bot Framework v3 repo found here: https://github.com/microsoft/botbuilder-v3/issues

For Azure Bot Service Channel specific defects or feature requests (e.g. Facebook, Twilio, Teams, Slack, etc.), please create a new issue in the new Bot Framework Channel repo found here: https://github.com/microsoft/botframework-services/issues

For product behavior, how-to, or general understanding questions, please use Stackoverflow. https://stackoverflow.com/search?q=bot+framework

Thank you.

The Bot Framework Team