@Stability(value=Stable)
public static interface CfnBot.PlainTextMessageProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.PlainTextMessageProperty.Builder
A builder for
CfnBot.PlainTextMessageProperty |
static class |
CfnBot.PlainTextMessageProperty.Jsii$Proxy
An implementation for
CfnBot.PlainTextMessageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.PlainTextMessageProperty.Builder |
builder() |
String |
getValue()
The message to send to the user.
|
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnBot.PlainTextMessageProperty.Builder builder()
Copyright © 2022. All rights reserved.