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

Functions

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

Properties

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