I am trying to implement a chat bot using microsoft bot framework. I am using the default chat interface of the bot. Is there a way to redesign the default bot interface?
Refer to Update 11/16
Currently there isn't a way to skin the web chat. This is a popular request though and there are few threads on BotBuilder discussing about this:
The Web Chat sample is now open source and available in GitHub: https://github.com/Microsoft/BotFramework-WebChat so you can now do the customization that you want.