Bot Slot Type Value Args
data class BotSlotTypeValueArgs(val sampleValue: Output<BotSampleValueArgs>, val synonyms: Output<List<BotSampleValueArgs>>? = null) : ConvertibleToJava<BotSlotTypeValueArgs>
Value that the slot type can take.
Constructors
Link copied to clipboard
constructor(sampleValue: Output<BotSampleValueArgs>, synonyms: Output<List<BotSampleValueArgs>>? = null)