BotVoiceSettings

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

Settings for using an Amazon Polly voice to communicate with a user.

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.

Link copied to clipboard

The Amazon Polly voice ID that Amazon Lex uses for voice interaction with the user.