V2models Slot Sub Slot Setting Slot Specification Args
data class V2modelsSlotSubSlotSettingSlotSpecificationArgs(val mapBlockKey: Output<String>, val slotTypeId: Output<String>, val valueElicitationSettings: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingArgs>>? = null) : ConvertibleToJava<V2modelsSlotSubSlotSettingSlotSpecificationArgs>
Constructors
Link copied to clipboard
constructor(mapBlockKey: Output<String>, slotTypeId: Output<String>, valueElicitationSettings: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingArgs>>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Unique identifier assigned to the slot type.
Link copied to clipboard
val valueElicitationSettings: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingArgs>>? = null
Elicitation setting details for constituent sub slots of a composite slot. See the value_elicitation_setting
argument reference below.