Interface CfnBot.PlainTextMessageProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.PlainTextMessageProperty.Jsii$Proxy
- Enclosing class:
CfnBot
@Stability(Stable)
public static interface CfnBot.PlainTextMessageProperty
extends software.amazon.jsii.JsiiSerializable
Defines an ASCII text message to send to the user.
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.*; PlainTextMessageProperty plainTextMessageProperty = PlainTextMessageProperty.builder() .value("value") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBot.PlainTextMessageProperty
static final class
An implementation forCfnBot.PlainTextMessageProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The message to send to the user.- See Also:
-
builder
-