V2modelsBotLocaleVoiceSettings

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val engine: 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

Identifier of the Amazon Polly voice to use.