Interface CfnBot.SSMLMessageProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBot.SSMLMessageProperty.Jsii$Proxy
- Enclosing class:
CfnBot
@Stability(Stable)
public static interface CfnBot.SSMLMessageProperty
extends software.amazon.jsii.JsiiSerializable
Defines a Speech Synthesis Markup Language (SSML) prompt.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBot.SSMLMessageProperty
static final class
An implementation forCfnBot.SSMLMessageProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The SSML text that defines the prompt. -
builder
- Returns:
- a
CfnBot.SSMLMessageProperty.Builder
ofCfnBot.SSMLMessageProperty
-