Interface CfnBotPropsMixin.PlainTextMessageProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBotPropsMixin.PlainTextMessageProperty.Jsii$Proxy
- Enclosing class:
CfnBotPropsMixin
@Stability(Stable)
public static interface CfnBotPropsMixin.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.cfnpropertymixins.services.lex.*;
PlainTextMessageProperty plainTextMessageProperty = PlainTextMessageProperty.builder()
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBotPropsMixin.PlainTextMessagePropertystatic final classAn implementation forCfnBotPropsMixin.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
-