| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
WidgetMarkup |
WidgetMarkup.clone() |
WidgetMarkup |
WidgetMarkup.set(String fieldName,
Object value) |
WidgetMarkup |
WidgetMarkup.setButtons(List<Button> buttons)
A list of buttons.
|
WidgetMarkup |
WidgetMarkup.setImage(Image image)
Display an image in this widget.
|
WidgetMarkup |
WidgetMarkup.setKeyValue(KeyValue keyValue)
Display a key value item in this widget.
|
WidgetMarkup |
WidgetMarkup.setTextParagraph(TextParagraph textParagraph)
Display a text paragraph in this widget.
|
| Modifier and Type | Method and Description |
|---|---|
List<WidgetMarkup> |
Section.getWidgets()
A section must contain at least one widget.
|
| Modifier and Type | Method and Description |
|---|---|
Section |
Section.setWidgets(List<WidgetMarkup> widgets)
A section must contain at least one widget.
|
Copyright © 2011–2025 Google. All rights reserved.