List phrases
GET https://api.chatbot.com/training
Properties
| Property | Type | Required | Default |
|---|---|---|---|
page | Number(1, 1024) | optional | 1 |
sort[field] | (date, unmatched) | optional | date |
sort[order] | (asc, desc) | optional | desc |
filter[ignored] | Boolean | optional | false |
filter[stories] | String(24), String[] | optional | |
filter[text] | String(3,256) | optional | |
filter[from] | Date, Timestamp, Miliseconds | optional | 1974-1-1 |
filter[to] | Date, Timestamp, Miliseconds | optional | now |
filter[period] | Period | optional |
Periods: yesterday,last7days,last30days, thisMonth,lastMonth,last3Months, thisMonth, lastMonth,last3Months, thisYear, lastYear
Training object
| parameter | type |
|---|---|
id | String |
storyId | String |
conversationId | String |
date | String |
text | String |
unmatched | Number |