| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CommonEventObject |
CommonEventObject.clone() |
CommonEventObject |
DeprecatedEvent.getCommon()
This will include form information for dialogs such as form inputs, action parameters.
|
CommonEventObject |
CommonEventObject.set(String fieldName,
Object value) |
CommonEventObject |
CommonEventObject.setFormInputs(Map<String,Inputs> formInputs)
The keys are the string IDs associated with the widget and the values are inputs with a widget
in the card.
|
CommonEventObject |
CommonEventObject.setHostApp(String hostApp)
The hostApp enum which indicates the app the add-on is invoked from
|
CommonEventObject |
CommonEventObject.setInvokedFunction(String invokedFunction)
Name of the invoked function associated with the widget.
|
CommonEventObject |
CommonEventObject.setParameters(Map<String,String> parameters)
Any additional parameters.
|
CommonEventObject |
CommonEventObject.setPlatform(String platform)
The platform enum which indicates the platform where the add-on is running.
|
CommonEventObject |
CommonEventObject.setTimeZone(TimeZone timeZone) |
CommonEventObject |
CommonEventObject.setUserLocale(String userLocale)
The full locale.displayName in the format of [ISO 639 language code]-[ISO 3166 country/region
code] such as "en-US"
|
| Modifier and Type | Method and Description |
|---|---|
DeprecatedEvent |
DeprecatedEvent.setCommon(CommonEventObject common)
This will include form information for dialogs such as form inputs, action parameters.
|
Copyright © 2011–2021 Google. All rights reserved.