Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 817 Bytes

File metadata and controls

15 lines (11 loc) · 817 Bytes

Field

Properties

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]
email 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]

[Back to Model list] [Back to API list] [Back to README]