Wit.ai integration (AI, Developer Tools). Imported from open-connector.
https://api.wit.ai/message
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | required | User text sent to Wit.ai for analysis. |
| topN | integer | optional | Maximum number of top candidates to request from Wit.ai. |
| tag | string | optional | Specific Wit.ai app version tag to query. |
| context | object | optional | Context object used by Wit.ai for locale, timezone, and other hints. |
| dynamicEntities | object | optional | Dynamic entities injected into the request for one-off disambiguation. |
/language
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | required | User text sent to Wit.ai for analysis. |
| topN | integer | optional | Maximum number of top candidates to request from Wit.ai. |
/apps
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | required | Maximum number of apps to return. |
| offset | integer | optional | Number of records to skip before collecting results. |
/apps/{appId}
| Param | Type | Required | Description |
|---|---|---|---|
| appId | string | required | Wit.ai app ID. |
/intents
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of intents to return. |
| offset | integer | optional | Number of records to skip before collecting results. |
/intents
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | Intent name. |
/intents/{intentName}
| Param | Type | Required | Description |
|---|---|---|---|
| intentName | string | required | Intent name. |
/entities
/entities
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | Entity name or ID. |
| roles | array | required | Roles to create for the entity. At least one role is required. |
| lookups | array | optional | Lookup strategies enabled for the entity. |
| keywords | array | optional | Initial keywords and synonyms for keyword-based entities. |
/entities/{entityName}
| Param | Type | Required | Description |
|---|---|---|---|
| entityName | string | required | Entity name or ID. |
/entities/{entityName}
| Param | Type | Required | Description |
|---|---|---|---|
| entityName | string | required | Entity name or ID. |
| name | string | required | Entity name or ID. |
| roles | array | required | Final list of roles for the entity. At least one role is required. |
| lookups | array | optional | Lookup strategies enabled for the entity. |
| keywords | array | optional | Final list of keywords and synonyms for the entity. |
/entities/{entityName}/keywords
| Param | Type | Required | Description |
|---|---|---|---|
| entityName | string | required | Entity name or ID. |
| keyword | string | required | Keyword value. |
| synonyms | array | optional | Synonyms for the new keyword. |
/entities/{entityName}/keywords/{keyword}/synonyms
| Param | Type | Required | Description |
|---|---|---|---|
| entityName | string | required | Entity name or ID. |
| keyword | string | required | Keyword value. |
| synonym | string | required | Synonym value. |
/traits
/traits/{traitName}
| Param | Type | Required | Description |
|---|---|---|---|
| traitName | string | required | Trait name or ID. |
/traits/{traitName}/values
| Param | Type | Required | Description |
|---|---|---|---|
| traitName | string | required | Trait name or ID. |
| value | string | required | Canonical value. |
/utterances
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | required | Maximum number of utterances to return. |
| offset | integer | optional | Number of records to skip before collecting results. |
| intents | array | optional | Optional list of intents used to filter returned utterances. |
| traits | array | optional | Optional list of traits used to filter returned utterances. |
| entities | array | optional | Optional list of entities used to filter returned utterances. |
/utterances
| Param | Type | Required | Description |
|---|---|---|---|
| utterances | array | required | Utterances to enqueue for training. |
/utterances
| Param | Type | Required | Description |
|---|---|---|---|
| utterances | array | required | Validated utterances to delete asynchronously. |