Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vivocha/bot-sdk

Package Overview
Dependencies
Maintainers
10
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vivocha/bot-sdk - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0-beta

8

package.json
{
"name": "@vivocha/bot-sdk",
"version": "2.6.0",
"version": "2.7.0-beta",
"description": "TypeScript / JavaScript SDK to create Vivocha Bot Agents and Filters",

@@ -37,3 +37,3 @@ "main": "dist/index.js",

"devDependencies": {
"@types/chai": "^4.1.2",
"@types/chai": "^4.1.3",
"@types/chai-as-promised": "7.1.0",

@@ -50,3 +50,3 @@ "@types/chai-spies": "0.0.0",

"cz-conventional-changelog": "^2.1.0",
"got": "^8.2.0",
"got": "^8.3.1",
"husky": "^0.14.3",

@@ -67,3 +67,3 @@ "mocha": "^5.0.0",

"@types/express": "^4.11.1",
"@vivocha/public-entities": "^6.2.0",
"@vivocha/public-entities": "^6.3.5",
"arrest": "^7.1.0",

@@ -70,0 +70,0 @@ "node-wit": "^4.3.0",

@@ -10,2 +10,46 @@ # Vivocha Bot SDK

---
## Table of Contents
* [Overview](https://github.com/vivocha/bot-sdk#overview)
* [Quick Start, by Example](https://github.com/vivocha/bot-sdk#quick-start-by-example)
+ [BotAgents and Manager TL;DR](https://github.com/vivocha/bot-sdk#botagents-and-manager-tl-dr)
+ [BotFilters TL;DR](https://github.com/vivocha/bot-sdk#botfilters-tl-dr)
* [BotAgent](https://github.com/vivocha/bot-sdk#botagent)
+ [BotRequest](https://github.com/vivocha/bot-sdk#botrequest)
- [BotMessage](https://github.com/vivocha/bot-sdk#botmessage)
- [BotSettings](https://github.com/vivocha/bot-sdk#botsettings)
- [BotEngineSettings](https://github.com/vivocha/bot-sdk#botenginesettings)
- [MessageQuickReply](https://github.com/vivocha/bot-sdk#messagequickreply)
- [MessageTemplate](https://github.com/vivocha/bot-sdk#messagetemplate)
- [TemplateElement](https://github.com/vivocha/bot-sdk#templateelement)
- [DefaultAction](https://github.com/vivocha/bot-sdk#defaultaction)
- [Button](https://github.com/vivocha/bot-sdk#button)
- [PostbackButton](https://github.com/vivocha/bot-sdk#postbackbutton)
- [WebURLButton](https://github.com/vivocha/bot-sdk#weburlbutton)
- [CustomEventButton](https://github.com/vivocha/bot-sdk#customeventbutton)
- [BotRequest Example](https://github.com/vivocha/bot-sdk#botrequest-example)
+ [BotResponse](https://github.com/vivocha/bot-sdk#botresponse)
- [BotResponse Examples](https://github.com/vivocha/bot-sdk#botresponse-examples)
* [BotManager](https://github.com/vivocha/bot-sdk#botmanager)
+ [Registering a Bot Agent](https://github.com/vivocha/bot-sdk#registering-a-bot-agent)
+ [BotManager Web API](https://github.com/vivocha/bot-sdk#botmanager-web-api)
* [Bot Filters](https://github.com/vivocha/bot-sdk#bot-filters)
+ [BotFilter Web API](https://github.com/vivocha/bot-sdk#botfilter-web-api)
* [Supported Bot and NLP Platforms](https://github.com/vivocha/bot-sdk#supported-bot-and-nlp-platforms)
+ [Dialogflow: integration guidelines](https://github.com/vivocha/bot-sdk#dialogflow-integration-guidelines)
- [Vivocha Rich Messages and Dialogflow](https://github.com/vivocha/bot-sdk#vivocha-rich-messages-and-dialogflow)
- [Dialogflow Hints and Tips](https://github.com/vivocha/bot-sdk#dialogflow-hints-and-tips)
+ [IBM Watson Assistant: integration guidelines](https://github.com/vivocha/bot-sdk#ibm-watson-assistant-integration-guidelines)
- [Vivocha Rich Messages and Watson Assistant](https://github.com/vivocha/bot-sdk#vivocha-rich-messages-and-watson-assistant)
- [Watson Assistant Hints and Tips](https://github.com/vivocha/bot-sdk#watson-assistant-hints-and-tips)
+ [Wit.ai, writing chat bots](https://github.com/vivocha/bot-sdk#wit-ai-writing-chat-bots)
- [Wit.ai with Vivocha Hint and Tips](https://github.com/vivocha/bot-sdk#wit-ai-with-vivocha-hint-and-tips)
* [About Vivocha Bots and Transfers to Human Agents](https://github.com/vivocha/bot-sdk#about-vivocha-bots-and-transfers-to-human-agents)
* [Running BotManagers and BotFilters as AWS Lambdas](https://github.com/vivocha/bot-sdk#running-botmanagers-and-botfilters-as-aws-lambdas)
+ [Prerequisites](https://github.com/vivocha/bot-sdk#prerequisites)
+ [Writing a BotManager or a BotFilter as a Lambda Function](https://github.com/vivocha/bot-sdk#writing-a-botmanager-or-a-botfilter-as-a-lambda-function)
---
## [Overview](#overview)

@@ -779,3 +823,3 @@

## [Running Bot Managers and Bot Filters as AWS Lambdas](#running-bot-managers-and-Bot-Filters-as-aws-lambdas)
## [Running BotManagers and BotFilters as AWS Lambdas](#running-botmanagers-and-botfilters-as-aws-lambdas)

@@ -797,3 +841,3 @@ Starting from version 2.6.0, the Vivocha Bot SDK supports running **Bot Managers & Agents and Bot Filters as Lambda Functions** in **[AWS Lambda](https://aws.amazon.com/lambda)**, resulting in a great flexibility and scalability added by this serverless-applications platform.

### [Writing a BotManager or BotFilter as a Lambda Function](#writing-a-botmanager-or-a-BotFilter-as-a-Lambda-Function)
### [Writing a BotManager or a BotFilter as a Lambda Function](#writing-a-botmanager-or-a-botfilter-as-a-lambda-function)

@@ -800,0 +844,0 @@ As a recap for the previous sections, to run a Vivocha `BotManager` or a `BotFilter`, once having written the code you can call their `listen()` method, which runs a web server, and you're done.

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc