BotVoiceSettings

data class BotVoiceSettings(val engine: BotVoiceSettingsEngine? = null, val voiceId: String)

Constructors

Link copied to clipboard
constructor(engine: BotVoiceSettingsEngine? = null, voiceId: String)

Types

Link copied to clipboard
object Companion

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 .

Link copied to clipboard

The identifier of the Amazon Polly voice to use.