@Stability(value=Stable)
public static interface CfnBot.CustomPayloadProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getValue()
The string that is sent to your application.
|
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnBot.CustomPayloadProperty.Builder builder()
Copyright © 2022. All rights reserved.