Name | Type | Description | Notes |
---|---|---|---|
type | str | The field type. | |
name | str | The name of the field. Must be unique per form or formResponse. | |
label | str | The label of the field. What the field is displayed as on Web Messenger. | |
text | str | Specifies the response for a text field. | [optional] |
str | Specifies the response for a email field. | [optional] | |
select | list[object] | Array of objects representing the response for a field of type select. Form and formResponse messages only. | [optional] |