Interface CfnBot.CustomPayloadProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.CustomPayloadProperty.Jsii$Proxy
- Enclosing class:
CfnBot
@Stability(Stable)
public static interface CfnBot.CustomPayloadProperty
extends software.amazon.jsii.JsiiSerializable
A custom response string that Amazon Lex sends to your application.
You define the content and structure 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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBot.CustomPayloadProperty
static final class
An implementation forCfnBot.CustomPayloadProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The string that is sent to your application. -
builder
-