JavaScript asserts data dictionary
Root members
Members available at the top level.
| Name | Type |
|---|---|
| responses | Responses |
| tags | Tags |
| commands | Commands |
| integrationCalls | IntegrationCalls |
Responses
A list of Response objects.
Response
Fields
| Field | Type |
|---|---|
| text | String |
| quickReplies | a list of QuickReply |
QuickReply
Fields
| Fields | Type |
|---|---|
| title | String |
Tags
A list of Strings.
Commands
A list of Command objects.
Command
Fields
| Field | Type |
|---|---|
| type | String |
| params | JSON |
IntegrationCalls
A list of IntegrationCall objects.
IntegrationCall
Fields
| Field | Type |
|---|---|
| id | String |
| name | String |
| requestId | String |
| requestName | String |
| params | JSON object |
Updated almost 4 years ago
