interface SSMLMessageProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Lex.CfnBotPropsMixin.SSMLMessageProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslex#CfnBotPropsMixin_SSMLMessageProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.SSMLMessageProperty |
Python | aws_cdk.cfn_property_mixins.aws_lex.CfnBotPropsMixin.SSMLMessageProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lex » CfnBotPropsMixin » SSMLMessageProperty |
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 { aws_lex as lex } from '@aws-cdk/cfn-property-mixins';
const sSMLMessageProperty: lex.CfnBotPropsMixin.SSMLMessageProperty = {
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| value? | string | The SSML text that defines the prompt. |
value?
Type:
string
(optional)
The SSML text that defines the prompt.

.NET
Go
Java
Python
TypeScript