Bot Version Args
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
fun BotVersionArgs(botId: Output<String>? = null, botVersionLocaleSpecification: Output<List<BotVersionLocaleSpecificationArgs>>? = null, description: Output<String>? = null)