V2modelsSlotTypeSlotTypeValuesArgs

data class V2modelsSlotTypeSlotTypeValuesArgs(val sampleValues: Output<List<V2modelsSlotTypeSlotTypeValuesSampleValueArgs>>? = null, val synonyms: Output<List<V2modelsSlotTypeSlotTypeValuesSynonymArgs>>? = null) : ConvertibleToJava<V2modelsSlotTypeSlotTypeValuesArgs>

Constructors

Link copied to clipboard
constructor(sampleValues: Output<List<V2modelsSlotTypeSlotTypeValuesSampleValueArgs>>? = null, synonyms: Output<List<V2modelsSlotTypeSlotTypeValuesSynonymArgs>>? = null)

Properties

Link copied to clipboard

Value of the slot type entry. See sample_value argument reference below.

Link copied to clipboard

A list of additional values related to the slot type entry. See synonyms argument reference below.

Functions

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