BotVoiceSettingsArgs

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

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 . If you do not specify a value, the default is standard .

Link copied to clipboard
val voiceId: Output<String>

The identifier of the Amazon Polly voice to use.

Functions

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