Core activity type strings used by BotApplication for dispatch.
bot.on('message', async ({ activity, send }) => { await send(`You said: ${activity.text}`);}); Copy
bot.on('message', async ({ activity, send }) => { await send(`You said: ${activity.text}`);});
Core activity type strings used by BotApplication for dispatch.