aws-cdk-lib.aws_lex.CfnBot.SSMLMessageProperty

interface SSMLMessageProperty

LanguageType name
.NETAmazon.CDK.AWS.Lex.CfnBot.SSMLMessageProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslex#CfnBot_SSMLMessageProperty
Javasoftware.amazon.awscdk.services.lex.CfnBot.SSMLMessageProperty
Pythonaws_cdk.aws_lex.CfnBot.SSMLMessageProperty
TypeScript aws-cdk-lib » aws_lex » CfnBot » 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-lib';
const sSMLMessageProperty: lex.CfnBot.SSMLMessageProperty = {
  value: 'value',
};

Properties

NameTypeDescription
valuestringThe SSML text that defines the prompt.

value

Type: string

The SSML text that defines the prompt.