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: