BotSlotTypeValueArgs

data class BotSlotTypeValueArgs(val sampleValue: Output<BotSampleValueArgs>, val synonyms: Output<List<BotSampleValueArgs>>? = null) : ConvertibleToJava<BotSlotTypeValueArgs>

Constructors

Link copied to clipboard
constructor(sampleValue: Output<BotSampleValueArgs>, synonyms: Output<List<BotSampleValueArgs>>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val synonyms: Output<List<BotSampleValueArgs>>? = null

Functions

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