Questions tagged [proactive]
38 questions
1
vote
1 answer
How to continue the dialogue without responding to the message with the buttons
I send a message using PromptCustomDialog. If a person cannot answer a question for some time, how can the next message be sent? I would be grateful for the examples.
await context.Forward(new PromptCustomDialog(message, answers), Complete,…

M.Tony
- 11
- 2
1
vote
1 answer
Proactive Interruptions
I am using an Azure Function to send a Proactive message to the client. How do i "reset" a conversation when a Proactive message is sent.
Within the bot, a user might be prompted for something (ex. time of day). A proactive message may get sent to…

NiteLordz
- 597
- 2
- 18
1
vote
1 answer
notification(daily update) is not working on google home mini device
i created an app on dialogflow and deployed on google assistant,
it is working fine on both mobile assistant and google home, but the notification(daily update) is not working on google home mini device
well daily update working really fine in…

Inzamam Malik
- 3,238
- 3
- 29
- 61
1
vote
1 answer
Create Conversation with User - (SMS channel)
I have looked at the proactiveMessages example and the createNewConveration bot examples provided in GIT. Both examples show that a conversation is started with a channel account after it initially interacts with the bot. I need to create a bot that…

Jay Tina
- 107
- 7
1
vote
3 answers
ProActive Parallel Suite .NET alternative
I have recently started using ProActive Parallel Suite (http://proactive.inria.fr/). I was wondering if there are any alternatives for .NET Framework which are open-source and which have relatively the same feature set.

kjv
- 11,047
- 34
- 101
- 140
0
votes
0 answers
XGBoost Churn-How to decrease churn
Maybe there is a free tool or library that can help here. I have a working model that predicts customer churn. Now like any person would ask, what do I do to reduce that probability of churn. My mind thinks grab the top 3 feature importance from the…

B F
- 11
- 2
0
votes
1 answer
Can I trigger a proactive message in Bot Framework Emulator only by notify endpoint?
I am trying to build a simple Microsoft Bot Framework v4 bot with Python that will send me a proactive message using the Bot Framework Emulator. For example, when a deadline for submitting a work is less than a day.
I had a look in the documentation…

Volnick
- 89
- 8
0
votes
1 answer
Getting an error while sending Proactive message in channel using bot framework
I am trying to send a message in a channel using the bot but getting the below error.
error: TypeError: Cannot read property 'create' of undefined
on debugging I found that context.adapter.ConnectorFactoryKey is null
I am taking the motivation of…

GMAC
- 788
- 4
- 23
0
votes
1 answer
Proactive Dialog with the Bot Framework from Group chat to Personal chat in MS Teams
It's possible to send a proactive message (=private) to the sender of a message in a teams groups chat using the next part of code:
if (stepContext.Context.Activity.ChannelId == Channels.Msteams &&
…

Jordy
- 99
- 7
0
votes
0 answers
Proactive message using botkit on teams
I am trying to add new feature to the bot which is sending the message to some users proactively from the bot. am working on botkit ("botkit": "^0.7.4") and language nodeJS(node v10.24.1 (npm v6.14.12)).
Below is the code sample:
let bot = …

lucifer
- 43
- 2
- 7
0
votes
1 answer
BOT Emulator shows unauthorized error after deployment
I am a beginner in Microsoft BOT Development. I am trying to create a BOT Application that sends proactive messages to connected users. I got a GitHub repo source code.
I have already created an app in the Azure portal and used these credentials to…

Ragesh P Raju
- 3,879
- 14
- 101
- 136
0
votes
1 answer
Bot mentions to meetings groups are blank on Desktop/Web chat view
We're developing a bot that proactively messages people in a group chat.
Bot mentions are showing blank on Desktop/Web chat view. Interestingly, on mobile and in the notification bar on the left, the full text does show correctly.
This issue may…

Xebozone
- 470
- 6
- 17
0
votes
1 answer
How not to display ssml tags on Alexa screen device while sending notification in Alexa
I have implemented Alexa Proactive events to send Notification
through Our skill in Alexa. It's working fine. But Problem is we
have added SSML tag say to speak as digits 2212545 like this to handle Audio. Rightnow this tag is displaying on…

Ashish Butola
- 15
- 11
0
votes
0 answers
Teams botframework send proactive message REST api
I Try to create new converation and send proactive message with teams bot (botfreamwork).
I used this document to do that.
I POST to : SERVICE_URL/v3/conversations/
BODY:
{
"bot": {
"id": BOT_ID
},
"members": [
{
"id": USER_ID
…

Hodaya Shalom
- 4,327
- 12
- 57
- 111
0
votes
1 answer
BOT Framework Proactive message not working
I am working on Proactive message for a BOT hosted in IIS and registered in Azure as a BOT Channel registration BOT.
I am getting below error,
Message: Operation returned an invalid status code 'Unauthorized'
StackTrace : at
…

Amol Pawar
- 251
- 1
- 15