microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
868 stars 372 forks source link

BotFramework-Composer and WebChat #9622

Closed VyasK17 closed 1 year ago

VyasK17 commented 1 year ago

I have successfully implemented a chatbot using Direct Line, and within the web chat interface, I have integrated a 'Home' button. Now, I am calling a trigger (Dashboard_trigger) that I created in Bot Composer when the user clicks on the 'Home' button. Is it feasible to achieve this functionality?

InfinytRam commented 1 year ago

Hi @VyasK17,

The Microsoft Bot Framework team prefers for how to questions be submitted on Stack Overflow #botframework. 

The official Bot Framework Github repos are the preferred platform for submitting bug fixes and feature requests.

Thanks.