@Stability(value=Stable)
public static interface CfnBot.SSMLMessageProperty
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.*;
SSMLMessageProperty sSMLMessageProperty = SSMLMessageProperty.builder()
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.SSMLMessageProperty.Builder
A builder for
CfnBot.SSMLMessageProperty |
static class |
CfnBot.SSMLMessageProperty.Jsii$Proxy
An implementation for
CfnBot.SSMLMessageProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.SSMLMessageProperty.Builder |
builder() |
String |
getValue()
The SSML text that defines the prompt.
|
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnBot.SSMLMessageProperty.Builder builder()
CfnBot.SSMLMessageProperty.Builder of CfnBot.SSMLMessagePropertyCopyright © 2022. All rights reserved.