Reference documentation and code samples for the Google Apps Chat V1 Client class FormAction.
A form action describes the behavior when the form is submitted.
For example, you can invoke Apps Script to handle the form.
Generated from protobuf message google.chat.v1.WidgetMarkup.FormAction
Namespace
Google \ Apps \ Chat \ V1 \ WidgetMarkupMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ action_method_name
string
The method name is used to identify which part of the form triggered the form submission. This information is echoed back to the Chat app as part of the card click event. You can use the same method name for several elements that trigger a common behavior.
↳ parameters
getActionMethodName
The method name is used to identify which part of the form triggered the form submission. This information is echoed back to the Chat app as part of the card click event. You can use the same method name for several elements that trigger a common behavior.
string
setActionMethodName
The method name is used to identify which part of the form triggered the form submission. This information is echoed back to the Chat app as part of the card click event. You can use the same method name for several elements that trigger a common behavior.
var
string
$this
getParameters
List of action parameters.
setParameters
List of action parameters.
$this