Integrations
Integrations is an object that exists in our database and allows users to access related information regarding the integrations between WOZTELL and 4 different applications, which can be accessed by this.integrations.
Example
this.integrations.dialogflow.type
// => dialogflow
Dialogflow
| Property | Type | Description |
|---|---|---|
| clientEmail | string | Organization's email in Dialogflow |
| enabled | boolean | Status of whether the integrations is enabled |
| id | string | Integration ID |
| privKey | string | Dialogflow Private key |
| projectId | string | Project ID |
| type | string | Integration application name |
LUIS
| Property | Type | Description |
|---|---|---|
| appId | string | Luis application id |
| endpoint | string | Luis api endpoint |
| id | string | Integration ID |
| name | string | Name of the integration in Luis |
| prod | boolean | Status of the integration has gone production |
| region | string | Authoring region |
| subscriptionKey | string | Luis subscription key |
| staging | boolean | Status of the integration has gone staging |
| type | string | Integration application name |
Stripe
| Property | Type | Description |
|---|---|---|
| name | string | Name of the integration in Stripe |
| publicKey | string | Public key |
| secretKey | string | Secret key |
| type | string | Integration application name |
| Property | Type | Description |
|---|---|---|
| accessToken | Access token | |
| accountId | WhatsApp Business account ID | |
| id | string | Integration ID |
| name | string | Account name shown in WhatsApp |
| type | string | Integration application name |