Forum Discussion

Sean17's avatar
Sean17
Copper Contributor
Apr 10, 2024

Do I really need an Azure Bot to display a dialog with an embedded web view via messaging extension?

I have created a messaging extension that prompts a dialog with embedded web view, and it is working as expected. For my application use case, all user interactions will take place within the embedded web view, and there's no interaction with Teams, such as transmitting information back to Teams compose message area.

 

The user's actions will mainly be as follows:

  1. The user selects a message from a conversation and selects ellipses.
  2. The user selects the message actions in the overflow menu.
  3. A dialog will be prompt and load the embedded web view.
  4. The user uses the application within the embedded web view.
  5. The user closes the dialog once they're done.

 

In my application usage, it seems excessive just to use Azure Bot for adding a message action in the overflow menu and prompting a dialog with an embedded web view. Is there an alternative approach to do these without the need for Azure Bot?

3 Replies

Resources