Forum Discussion

jaypatadia's avatar
jaypatadia
Copper Contributor
Oct 17, 2019
Solved

How to Create Custom UI for Microsft Health Bot

Hi, I have tried Microsft Health Bot which is available as SAAS service, have used Direct line I want to create Different UI, is there any possible way?   Like if i get response like  select g...
  • Adam Walker's avatar
    Oct 29, 2019

    jaypatadia 

     

    Thanks for asking. There different levels of customization possible:

    • Hard - Custom chat client - You can build completely custom chat application. The application calls Direct Line API and gets the raw bot responses. You should recognize the gender question and then build code to display card per your requirements. 
    • Medium - Customize the webchat sample. Use the standard webchat sample and customize it. You can do stylistic customizations by modifying the CSS or you can do more advanced things by drilling down into the react application. 

    Hope that helps, Regards, Adam 

Resources