V2models Slot Type Slot Type Values Args
data class V2modelsSlotTypeSlotTypeValuesArgs(val slotTypeValues: Output<List<Any>>, val synonyms: Output<List<V2modelsSlotTypeSlotTypeValuesSynonymArgs>>? = null) : ConvertibleToJava<V2modelsSlotTypeSlotTypeValuesArgs>
Constructors
Link copied to clipboard
fun V2modelsSlotTypeSlotTypeValuesArgs(slotTypeValues: Output<List<Any>>, synonyms: Output<List<V2modelsSlotTypeSlotTypeValuesSynonymArgs>>? = null)