Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 942 Bytes

FormResponseMessageField.md

File metadata and controls

16 lines (12 loc) · 942 Bytes

FormResponseMessageField

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]
quoted_message_id str The messageId for the form that this response belongs to. [optional]

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