@Stability(value=Stable)
public static interface CfnBot.ButtonProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lex.*;
ButtonProperty buttonProperty = ButtonProperty.builder()
.text("text")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.ButtonProperty.Builder
A builder for
CfnBot.ButtonProperty |
static class |
CfnBot.ButtonProperty.Jsii$Proxy
An implementation for
CfnBot.ButtonProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.ButtonProperty.Builder |
builder() |
String |
getText()
`CfnBot.ButtonProperty.Text`.
|
String |
getValue()
`CfnBot.ButtonProperty.Value`.
|
@Stability(value=Stable) @NotNull String getText()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnBot.ButtonProperty.Builder builder()
CfnBot.ButtonProperty.Builder of CfnBot.ButtonPropertyCopyright © 2021. All rights reserved.