Name | Type | Description | ||||
---|---|---|---|---|---|---|
_id |
| Internal object identifier | ||||
id |
| Data collection unique identifier | ||||
title |
| Data collection title | ||||
dc_mode |
| Identifies the mode of use. Can assume one of the following values:+ “chat” “cbn” “cbl” | ||||
next |
| Id of the next data collection to be displayed | ||||
dc_type |
| Identifies the data type of the data collection field. Possibles values are: “nickname” “name” “surname” “email” “phone” “date” | ||||
label |
| Field name to be displayed | ||||
isMandatory |
| Specifies if the data collection field must be filled or not | ||||
isVisibleAgent |
| Specifies if the data collection field will be visible by the agent | ||||
isVisibleCustomer |
| Specifies if the data collection field will be visible by the customer | ||||
isEditable |
| Specifies if the data collection field will be editable by the customer | ||||
custom_regexp |
| Specifies a regular expression that will be used to validate the customer input | ||||
value |
| Value entered by the customer or JS expression to get the data on auto mode. | ||||
name |
| Data collection field identifier | ||||
mode |
| Field compilation method. Can be set to: “manual” “auto” |
...