Forum Discussion
jaypatadia
Oct 17, 2019Copper Contributor
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...
- Oct 29, 2019
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
Adam Walker
Oct 29, 2019Brass Contributor
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