public static interface CfnBot.SSMLMessageProperty
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() |
java.lang.String |
getValue()
The SSML text that defines the prompt.
|
java.lang.String getValue()
static CfnBot.SSMLMessageProperty.Builder builder()
CfnBot.SSMLMessageProperty.Builder
of CfnBot.SSMLMessageProperty