Questions tagged [proactive]

38 questions
3
votes
0 answers

Botframework V4: changing dialog upon sending proactive message

I've been working on a bot build with the V4 botframework SDK and we already have created mulitple dialogs for various purposes. One of our dialogs is used to capture data that is used to create a meeting record in a CRM environment. Now, we want to…
MarkMoose
  • 91
  • 6
2
votes
0 answers

Microsoft Teams bot sending proactive messages to each member of a team

I am building a bot using the Microsoft C# bot framework v4. When the bot is first added to a team, I want it to proactively 1:1 message each member of the team, introducing itself. I know it should be possible to start a chat with a user, even if…
Apex
  • 21
  • 2
2
votes
0 answers

Send APDU command DISPLAY TEXT to USIM/SIM card by OTA-SMS

I send the command DISPLAY TEXT to phone by using SMS-SUBMIT message. Why don't I get any text on my phone's screen? details: My SMS-SUBMIT message according to ETSI TS 23.048, I don't use any security capabilities (no KIC, KID, RC/CC/DS) My…
Natal04ka
  • 45
  • 6
2
votes
2 answers

Microsoft Bot Framework How to Set Facebook Message Tag

My use case is to be able to send a message outside Facebook's 24 + 1 policy by using message tags as described on Facebook Dev Docs. It states I need to set the messaging_type and a valid tag. I have set the messaging_type but just can't get the…
Stu Price
  • 163
  • 12
2
votes
2 answers

Analysis Service - Proactive caching failing

For a while the proactive caching process successfully sync the OLAP databse and then is starts giving the following error 'Errors in the OLAP storage engine: The attribute key cannot be found:' followed by spesific data related information. I do…
user26528
  • 21
  • 1
1
vote
4 answers

Chatbot rasa init conversation

I am starting with rasa and I want to make a chatbot that starts talking before the user, I attach an example: Bot: Hello, how can I help you? User: Hello, what time is it? Bot: It's 5:23 p.m. I know how to make the user write first but I don’t…
Pau
  • 13
  • 4
1
vote
1 answer

Microsoft Azure Bot Service Proactive Messaging to Group (Meeting) Chat

I would like to implement the following Scenario: Within a Meeting that should take place in the real world in a room (not necessarily within MS Teams), I want a Microsoft Azure Chat bot to post a message to the meeting-chat, without someone having…
kolbi
  • 147
  • 8
1
vote
1 answer

Send Proactive 1:1 message in Teams using Bot Framework V4

I'm trying to send proactive 1:1 message from bot to teams using Teams SDK with the code below MicrosoftAppCredentials.TrustServiceUrl(turnContext.Activity.ServiceUrl); var connectorClient = new ConnectorClient(new…
1
vote
2 answers

Can i use Alexa skill Reminder API and Proactive events API without AWS lambda?

I want to integrate Proactive Event API and Reminder API into Alexa skills. I saw some examples using aws lambda. I want to know if i can use it using my own service?
Arunkrishna
  • 416
  • 1
  • 4
  • 18
1
vote
0 answers

Alexa Proactive Events API - How to determine if user disabled Alexa notification?

In our Alexa skill, we want to determine if a user disabled Alexa Notifications permission. So, we added the following to the skill.json: ... "subscriptions": [ { "eventName": "SKILL_PROACTIVE_SUBSCRIPTION_CHANGED" } ], ... Then, we…
justadev
  • 1,049
  • 9
  • 10
1
vote
1 answer

Bot Framework Proactive Message Passing Id Into Conversation State

I have a SMS / Twilio Channel that I'm using to send out a Proactive message to the user. To send the Proactive message I'm calling a API method passing in MySpecialId which is used later in the conversation. I want to save this MySpecialId into…
Ryan
  • 117
  • 9
1
vote
2 answers

Send sms notify message to user when his/her account locked, how can i do that in C#

Bot Info SDK : C# Active Channels: SMS (Twilio) Bot version: v4.4.3 Issue Description: I'd like to be able to send proactive messages through SMS messages. When a user's account locked, i have that person's phone number, and i want to send a…
7huang14
  • 31
  • 3
1
vote
2 answers

How to send proactive notification/ broadcast message using Azure Functions to user using various channels?

I need to send proactive notification to the user that is scheduled at a certain time via Microsoft Bot V4. I am not exactly sure how to proceed with this. Currently, I am trying to use Azure Function to send proactive message to user however, I'm…
1
vote
1 answer

Microsoft Bot Framework v4: Facebook messenger proactive message unauthorized after bot restart

I've written a bot using the microsoft framework v4 SDK in C#. The bot is deployed in Azure and connected to web chat, direct line and Facebook Messenger channels. The bot works fine for all. Users can subscribe to receive updates proactively. For…
1
vote
0 answers

ContinueConversationAsync 401 authentication problems while direct conversation works fine

I am trying to create a bot in the same style as the proactive bot from the examples. I have a bot up and running that is successfully able to continue to send messages to other channels locally, but when I deploy it to azure all…
C. Mollgaard
  • 91
  • 1
  • 5
1
2 3