Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 829 Bytes

FormMessage.md

File metadata and controls

14 lines (10 loc) · 829 Bytes

FormMessage

A form type message without text or actions. Only supported in the Web SDK.

Properties

Name Type Description Notes
type str The type of message. [default to 'form']
submitted bool Flag which states whether the form is submitted. [optional] [readonly]
block_chat_input bool true if the message should block the chat input on Web Messenger. [optional]
fields list[FormMessageField] An array of objects representing fields associated with the message. Only present in form and formResponse messages.

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