Package | Description |
---|---|
com.sap.cloud.sdk.services.recastai.botresponses |
Modifier and Type | Method and Description |
---|---|
List<Button> |
ListContent.getButtons()
Function returns the buttons which are contained in this list.
|
List<Button> |
CardContent.getButtons()
returns the buttons which are displayed in this card
|
Modifier and Type | Method and Description |
---|---|
static ButtonResponse |
ButtonResponse.createForFullButtons(ButtonCollection<Button> content)
Create a button response with complex buttons which allow visiting web urls or dial phone numbers, on top of the
regular postback feature.
|
void |
ListContent.setButtons(List<Button> buttons)
This function allows to set the buttons which should be displayed.
|
void |
CardContent.setButtons(List<Button> buttons)
This function allows to set a button collection to be displayed in this card.
|
Constructor and Description |
---|
ButtonResponse(ButtonCollection<Button> content)
Assumes buttons as a type - full button style instead of quick replies.
|
Copyright © 2019 SAP SE. All rights reserved.