...
Name | Type | description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
dc_type |
| Identifies the data type of the data collection field. Possibles values are: “nickname” “name” “surname” “email” “phone” “date” “textarea” “checkbox” “radio” “select” “info” “time_slot_cbl” “cb_first_slot” “rating_star” “rating_smile” “rating_score” | ||||||||
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” | ||||||||
options |
| options of the checkbox / radio / select | ||||||||
customMandatoryErrorMessage |
| Message to be displayed in case the required field is not filled in when tryng to go to next step | ||||||||
customValidationErrorMessage |
| Message to be displayed in case the field value not match the custom_regexp when tryng to go to next step | ||||||||
min |
| In case the value of dc_type is “rating_star” or “rating_score”, indicates the minimum value | ||||||||
max |
| In case the value of dc_type is “rating_star” or “rating_score”, indicates the maximum value | ||||||||
step |
| In case the value of dc_type is “rating_star” or “rating_score”, indicates the step from the minimum to the maximum value |
...