Questions tagged [proactive]

38 questions
0
votes
1 answer

How to migrate 1:1 proactive messages functionality in Teams with Bot Framework V4 C# SDK

I have a Bot Framework V3 SDK implementation (working fine) that can initiate a 1:1 private chat with any user in a specific Team using a Microsoft Teams Bot (installed on the same team). I am having problems trying to migrate it to the V4 SDK. I…
0
votes
1 answer

Can anyone help me with the structure of array of localized attributes in the proactive events API when there are more than one localized attributes?

I was playing around with the proactive events but got stuck at the localizedattribute thing. So I was using media content available schema and it has two localizedattribute, and I can't find an example on how to use two of them at once. Any idea?…
thedreamsaver
  • 1,294
  • 4
  • 16
  • 27
0
votes
1 answer

Start a private Message to previously unkown user with Azure Web App Bot

I want to build a Notification System inside Microsoft Teams with a Web App Bot which should send notifcations to our employees. It should also work for users who never came in contact with my bot before. The examples from Micrsoft shows the…
soulcinder
  • 147
  • 1
  • 7
0
votes
1 answer

Microsoft Bot Framework Proactive Dialog No Facebook Notification

I have used the Microsoft Bot Framework Proactive Message samples which are great but I have one issue. In the simple message example (https://github.com/Microsoft/BotBuilder-Samples/tree/master/CSharp/core-proactiveMessages/simpleSendMessage) the…
Stu Price
  • 163
  • 12
0
votes
0 answers

Proactive Bot not working with Framework version 3.9.0

I created a LUIS root dialog that creates dialogs depending on the intent. I found a sample code to do Proactive Bot Messages but it doesn't seem to work with v3.9.0 of the framework. I added a Conversation Starter class: public class…
0
votes
0 answers

Proactive messaging in botframework is very slow

I'm trying to send proactive messages using botframework. I have observed that the rate at which botframework is delivering is very slow(3000req/min). Can someone let me know what exactly I should do to make it faster. All I'm doing is iterating…
0
votes
1 answer

jQuery FAQ autosuggest answer below title as per StackOverflow

I want to have a support form use the content of the 'problem title' field as a trigger to add a div below with possible answers just as StackOverflow does when you submit a new question. To clarify, I do not want the suggested answers to be…
Nathan Pitman
  • 2,286
  • 4
  • 30
  • 46
-2
votes
1 answer

Interval of hours or days to send proactive message in messenger

What is the range of hours or days that I can send a proactive message to facebook messenger users through botframework? NodeJS SDK - botbuilder version 3.14 I'm using code sample below // send simple notification function…
1 2
3