LUIS with Microsoft Bots Sandwich Formbuilder - botframework

I followed the instructions on how to create a sandwich order with using the formbuilder.
I would like the form talk. i thought the best approach is to use LUIS. I created the Luis app.
Are you able to combine a LUIS app with the formbuilder? Any tutorials?

Speech is not support on MS Teams. Webchat, DirectLine channel, and Cortana are the only channels that support speech.
The Bot Framework now supports speech as a method of interacting with the bot across Webchat, the DirectLine channel, and Cortana.
[1]

Related

Integrate Speech to Text bot framework for teams channel?

We are working on a chatbot with botframework, the bot is deployed to the teams channel, but we need to integrate Speech to text service of microsoft into this teams channel for the bot ,is that possible?
I could see speech-text requires a different directline channel all together in the documention but nothing of having it in teams Bot App.
Anyone know of this being possible?
Currently this is not supported in teams in both desktop and web.

How to enable speech in Teams Chatbot built on Bot framewok v4

I have created a Chatbot using Bot framework v4 and integrate it with Teams. I want to enable speech to text and text to speech in Teams Channel.
I already enabled STT/TTS in Webchat using webSpeechPonyfillFactory and its working fine, now i want to enable it for Teams channel, How i can do that.
I used below URL to enable Team channel.
https://learn.microsoft.com/en-us/azure/bot-service/channel-connect-teams?view=azure-bot-service-4.0
Speech input for Bot is currently not supported. This is something we would consider but we do not have an ETA on when this will be available.

Microsoft bot framework-Skype for business is not supporting Buttons & Cards. Is there any alternative way to get it done in Skype for business

Microsoft bot framework-Skype for business is not supporting Buttons & Cards. Is there any alternative way to get it done in Skype for business.
IS there any alternative approach to use at least once functionality.
Skype for Business does not support rendering cards and buttons. The cards and buttons sent by a bot will fall back to text in the Skype for Business clients. As per the official documentation, Skype for Business channel is being deprecated on the Bot Framework. I would suggest you to develop your bot for Microsoft Teams which supports cards and buttons.

Skype ChatBot Bubble - Different message colors

So I've been using MS Bot Framework to build some chatbots and I'm trying to integrate one of them with Skype.
The thing is, it seems that the "Skype Bubbles" don't support different color messages to distinguish between the user & the bot.
Even the default Skype bot has all messages in grey.
Is it possible to change this?
Thank you all.
Example of Skype's Test Bot Color Scheme
What you are looking at on the https://dev.skype.com website (aka Skype Dev Buddy bot) is actually the Skype Web Chat component. You can achieve some degree of customization using the chat control customization tool here.
If you would like full control over the styling of the chat control, you can fork and customize the Bot Framework official WebChat module (which is different than the Skype Web Chat (SWC).
For more information on customizing the Bot Framework WebChat component, see: Customizing WebChat > Styling
It seems that it's not possible to do that with Skype Web Control as #Nils W said.
One should use the Bot Framework WebChat Module.

BotKit Slack Bot to Microsoft Teams Bot

I recently built a slack bot via the BotKit toolkit and now want to be able to expand from just slack to many other services. Basically, I was reading https://venturebeat.com/2016/11/02/how-bots-will-work-on-microsoft-teams/
and it states that
"The integration means Microsoft Bot Framework users will be able to make bots for Slack, and Botkit users will be able to bring their bots to additional platforms, like Telegram, Kik, Twilio, and Skype. (Before the change, Botkit was only able to make bots for Slack and Facebook Messenger.)"
However, it is not clear to me how this can be accomplished. Do you mind explaining this to me or pointing me in the right direction? From what I understand, it should be a simple process of having my slackbot basically run within Microsoft Teams or Skype or whatever service.
Thanks!
The VentureBeat link for the Public Preview of Microsoft Teams was referring to the ability to use bots written for Slack (via BotKit or otherwise) within Microsoft Teams with little or no modification necessary. This capability is provided by Message.io. You can contact them for more information or look on their website.
Microsoft Teams also has a native bot platform - the Microsoft Bot Framework (which also supports Slack, Skype, Facebook, and several other chat platforms). BotKit does not yet support Bot Framework.
(#JasonSowers)[https://stackoverflow.com/users/3011564/jasonsowers] is correct - BotKit and Bot Framework are two different bot platforms; today Microsoft teams supports one via Message.io and one natively.
So I think your path is:
Register your bot in the Bot Framework to host the bot, referencing the Botkit. Make sure you add Microsoft Teams as a channel.
Create a package for your bot and [Sideload it][3] in Teams to test.

Resources