| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Inputs |
Inputs.clone() |
Inputs |
Inputs.set(String fieldName,
Object value) |
Inputs |
Inputs.setDateInput(DateInput dateInput)
Date input values from a [`DateTimePicker`](https://developers.google.com/chat/api/reference/re
st/v1/cards#DateTimePicker) widget that only accepts date values.
|
Inputs |
Inputs.setDateTimeInput(DateTimeInput dateTimeInput)
Date and time input values from a [`DateTimePicker`](https://developers.google.com/chat/api/ref
erence/rest/v1/cards#DateTimePicker) widget that accepts both a date and time.
|
Inputs |
Inputs.setStringInputs(StringInputs stringInputs)
A list of strings that represent the values that the user inputs in a widget.
|
Inputs |
Inputs.setTimeInput(TimeInput timeInput)
Time input values from a [`DateTimePicker`](https://developers.google.com/chat/api/reference/re
st/v1/cards#DateTimePicker) widget that only accepts time values.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Inputs> |
CommonEventObject.getFormInputs()
A map containing the current values of the widgets in the displayed card.
|
| Modifier and Type | Method and Description |
|---|---|
CommonEventObject |
CommonEventObject.setFormInputs(Map<String,Inputs> formInputs)
A map containing the current values of the widgets in the displayed card.
|
Copyright © 2011–2025 Google. All rights reserved.