BotVoiceSettingsArgs

data class BotVoiceSettingsArgs(val engine: Output<BotVoiceSettingsEngine>? = null, val voiceId: Output<String>) : ConvertibleToJava<BotVoiceSettingsArgs>

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

Constructors

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

Properties

Link copied to clipboard
val engine: Output<BotVoiceSettingsEngine>? = null

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
val voiceId: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): BotVoiceSettingsArgs