Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
Button |
Button.clone() |
Button |
KeyValue.getButton()
A button that can be clicked to trigger an action.
|
Button |
Button.set(String fieldName,
Object value) |
Button |
Button.setImageButton(ImageButton imageButton)
A button with image and `onclick` action.
|
Button |
Button.setTextButton(TextButton textButton)
A button with text and `onclick` action.
|
Modifier and Type | Method and Description |
---|---|
List<Button> |
WidgetMarkup.getButtons()
A list of buttons.
|
Modifier and Type | Method and Description |
---|---|
KeyValue |
KeyValue.setButton(Button button)
A button that can be clicked to trigger an action.
|
Modifier and Type | Method and Description |
---|---|
WidgetMarkup |
WidgetMarkup.setButtons(List<Button> buttons)
A list of buttons.
|
Copyright © 2011–2024 Google. All rights reserved.