V2modelsBotLocaleVoiceSettingsArgs

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

Constructors

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

Properties

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

Indicates the type of Amazon Polly voice that Amazon Lex should use for voice interaction with the user. Valid values are standard and neural. If not specified, the default is standard.

Link copied to clipboard
val voiceId: Output<String>

Identifier of the Amazon Polly voice to use.

Functions

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