BotVersionArgs

data class BotVersionArgs(val botId: Output<String>? = null, val botVersionLocaleSpecification: Output<List<BotVersionLocaleSpecificationArgs>>? = null, val description: Output<String>? = null) : ConvertibleToJava<BotVersionArgs>

A version is a numbered snapshot of your work that you can publish for use in different parts of your workflow, such as development, beta deployment, and production.

Constructors

Link copied to clipboard
constructor(botId: Output<String>? = null, botVersionLocaleSpecification: Output<List<BotVersionLocaleSpecificationArgs>>? = null, description: Output<String>? = null)

Properties

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

The unique identifier of the bot.

Link copied to clipboard

Specifies the locales that Amazon Lex adds to this version. You can choose the Draft version or any other previously published version for each locale. When you specify a source version, the locale data is copied from the source version to the new version.

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

The description of the version.

Functions

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