actionMethodName property
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.
Implementation
core.String? actionMethodName;