@vivocha/bot-sdk
Advanced tools
Comparing version 2.3.0-beta1 to 2.3.0
{ | ||
"name": "@vivocha/bot-sdk", | ||
"version": "2.3.0-beta1", | ||
"version": "2.3.0", | ||
"description": "TypeScript / JavaScript SDK to create Vivocha Bot Agents and Filters", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -111,2 +111,3 @@ # Vivocha Bot SDK | ||
| **`body`** | string | the message text body. | ||
| `payload` | (optional) string | a custom payload, usually used to send back the payload of a quick reply or of a postback button in a BotRequest, after the user clicks / taps the corresponding UI button. | ||
| `quick_replies` | (optional) only in case of `type` === `text` messages, an array of **[MessageQuickReply](https://github.com/vivocha/bot-sdk#messagequickreply)** objects (see below) | an array of quick replies | ||
@@ -113,0 +114,0 @@ | `template` | (optional) only in case of `type` === `text` messages, a **[MessageTemplate](https://github.com/vivocha/bot-sdk#messagetemplate)** objects (see below) | a generic template object. |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
61332
1
703