microsoft / BotBuilder-Samples

Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript/TypeScript, and Python to help you get started with the Bot Framework SDK!
https://github.com/Microsoft/botframework
MIT License
4.39k stars 4.88k forks source link

Can a .html file be rendered in cards #212

Closed Yashu1904 closed 7 years ago

Yashu1904 commented 7 years ago

Can a .html file be rendered in cards

FranciscoPonceGomez commented 7 years ago

No. Cards use their own schema and don't accept HTML. Most of the channels in the Bot Framework don't actually support HTML rendering:

Channel Markdown Support HTML in Markdown Support
Bing Yes No
Cortana Yes No
Facebook No -
GroupMe No -
Kik No -
Slack Partial No
Telegram Yes No
Twillio (Web) No -
WeChat No -
Email Yes Yes
Microsoft Teams Partial Partial
Skype Partial Partial
Skype for Business Partial Partial
WebChat Yes No

Source: https://github.com/Microsoft/BotFramework-WebChat/issues/604

Regards, Francisco