Bot Slot Type Value Args
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)