Bot Voice Settings Args
data class BotVoiceSettingsArgs(val engine: Output<BotVoiceSettingsEngine>? = null, val voiceId: Output<String>) : ConvertibleToJava<BotVoiceSettingsArgs>
Properties
Link copied to clipboard
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 the SynthesizeSpeech
operation in the Amazon Polly developer guide . If you do not specify a value, the default is standard
.