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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBot.CustomPayloadPropertystatic final classAn 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.- See Also:
-
builder
-