Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we add custom CSS in Web Chat Channel in Microsoft Bot Framework (.NET/C#)

I am developing a training ChatBot application, where I am using Microsoft Bot Framework (.NET/C#).

When, I am using Configuring Channel - "Skype" or "Facebook"- My chat window's look-and-feel is nice without writing any css/style code, as it's visible in default css of Skype and facbook.

But when I am trying to show the same chat using Web Chat Channel in my SharePoint/Web Page (.aspx or .html), . It's not showing up in the correct/nice format, please see the below image for more details. I wonder, can we add custom css/style if I want to show this chat-bot using Web Chat channel only on any web page.

Image

like image 738
Virendra Kumar Avatar asked Oct 17 '22 21:10

Virendra Kumar


1 Answers

The WebChat control is an Open Source project so you can contribute changes back to the project or fork it and make any changes that you would like.

The repository can be found here.

like image 121
Lars Avatar answered Oct 20 '22 22:10

Lars