Socket
Socket
Sign inDemoInstall

uniphore-microsoft-chat-bot-server

Package Overview
Dependencies
205
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.2 to 4.0.3

2

botFunctions/sendTextsToUser.js
module.exports = async (turnContext, conversationEngineResponse) => {
let text = '';
for (const index in conversationEngineResponse.texts) {
text += conversationEngineResponse.texts[index] + '\n\n\n\n'
text += conversationEngineResponse.texts[index] + '\n\n \n\n'
}
await turnContext.sendActivity(text);
};
{
"name": "uniphore-microsoft-chat-bot-server",
"version": "4.0.2",
"version": "4.0.3",
"description": "Serves a Microsoft bot which, on receipt of text and/or data from a user, queries a chat conversation facilitator and displays the texts and buttons of its response",

@@ -5,0 +5,0 @@ "author": "Uniphore",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc