Package | Description |
---|---|
com.sap.cloud.sdk.services.recastai.botresponses |
Modifier and Type | Method and Description |
---|---|
ButtonType |
Button.getButtonType()
The type of the button as defined through the enums.
|
static ButtonType |
ButtonType.parse(String stringType)
Get button type enum for string.
|
static ButtonType |
ButtonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ButtonType[] |
ButtonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Button(String title,
String value,
ButtonType buttonType)
A button which offers three different type of actions upon getting clicked.
|
Copyright © 2020 SAP SE. All rights reserved.