public static interface CfnBot.CustomPayloadProperty
You define the content and structure of the string.
Example:
// 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.*; CustomPayloadProperty customPayloadProperty = CustomPayloadProperty.builder() .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnBot.CustomPayloadProperty.Builder
A builder for
CfnBot.CustomPayloadProperty |
static class |
CfnBot.CustomPayloadProperty.Jsii$Proxy
An implementation for
CfnBot.CustomPayloadProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBot.CustomPayloadProperty.Builder |
builder() |
java.lang.String |
getValue()
The string that is sent to your application.
|
java.lang.String getValue()
static CfnBot.CustomPayloadProperty.Builder builder()