Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
FormAction |
FormAction.clone() |
FormAction |
OnClick.getAction()
A form action is triggered by this `onclick` action if specified.
|
FormAction |
DeprecatedEvent.getAction()
For `CARD_CLICKED` interaction events, the form action data associated when a user clicks a
card or dialog.
|
FormAction |
FormAction.set(String fieldName,
Object value) |
FormAction |
FormAction.setActionMethodName(String actionMethodName)
The method name is used to identify which part of the form triggered the form submission.
|
FormAction |
FormAction.setParameters(List<ActionParameter> parameters)
List of action parameters.
|
Modifier and Type | Method and Description |
---|---|
OnClick |
OnClick.setAction(FormAction action)
A form action is triggered by this `onclick` action if specified.
|
DeprecatedEvent |
DeprecatedEvent.setAction(FormAction action)
For `CARD_CLICKED` interaction events, the form action data associated when a user clicks a
card or dialog.
|
Copyright © 2011–2024 Google. All rights reserved.