question

krishnakanth-6567 avatar image
0 Votes"
krishnakanth-6567 asked romungi-MSFT commented

Bot trigger issue and Dialog model status issue

  1. I am using waterfall model questions in my bot, got a reference from github multiturn prompt - https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python/05.multi-turn-prompt and also merging this with team conversation bot - https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/python/57.teams-conversation-bot

I am looking for, in groups have deployed the custom-bot, while messageallmembers, it's triggering the waterfallmodel dialog questions to each user of group correctly,but when the user response back to the question the question status goes to again from initial state instead of second question, and also i have to trigger the question to the user like proactive or scheduled manner, for that I don't get any sample from documentation, i have referred proactive notification but not able to send the users of group

azure-bot-service
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@krishnakanth-6567 message_all_members or option 3 of the teams-conversation-bot should help you send message to all users of the conversation.
If possible, is it possible to publish your code or sample to check the scenario details?

0 Votes 0 ·

@romungi-MSFT, for message_all_members or option3 it is working correctly, but i have a requirement to call the question in a scheduled manner like proactive message for that don't get any samples

0 Votes 0 ·

@krishnakanth-6567 there is an option to run this scenario through the QnAMaker multi turn option when you create a KB and publish a bot. If this is more likely your scenario you could try this as mentioned in the documentation.


0 Votes 0 ·

0 Answers