This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Lex::Bot VoiceSettings
Defines settings for using an Amazon Polly voice to communicate with a user.
Valid values include:
-
standard
-
neural
-
long-form
-
generative
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Engine
-
Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. For more information, see the
engine
parameter of theSynthesizeSpeech
operation in the Amazon Polly developer guide.If you do not specify a value, the default is
standard
.Required: No
Type: String
Allowed values:
standard | neural | long-form | generative
Update requires: No interruption
VoiceId
-
The identifier of the Amazon Polly voice to use.
Required: Yes
Type: String
Update requires: No interruption