Sending Proactive Messages from Azure functions to botservice - node
问题 I am using botframework v4, but coming over from v3, I have not found any documentation that is similar to the code I use below but for v4, regarding sending proactive messages from Azure Function App Below is the code I previously used but am having trouble adapting: var builder = require('botbuilder'); // setup bot credentials var connector = new builder.ChatConnector({ appId: process.env.MICROSOFT_APP_ID, appPassword: process.env.MICROSOFT_APP_PASSWORD }); module.exports = function