V2modelsSlotSubSlotSettingSlotSpecificationArgs

data class V2modelsSlotSubSlotSettingSlotSpecificationArgs(val mapBlockKey: Output<String>, val slotTypeId: Output<String>, val valueElicitationSettings: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingArgs>>? = null) : ConvertibleToJava<V2modelsSlotSubSlotSettingSlotSpecificationArgs>

Constructors

constructor(mapBlockKey: Output<String>, slotTypeId: Output<String>, valueElicitationSettings: Output<List<V2modelsSlotSubSlotSettingSlotSpecificationValueElicitationSettingArgs>>? = null)

Properties

Link copied to clipboard
val mapBlockKey: Output<String>
Link copied to clipboard
val slotTypeId: Output<String>

Unique identifier assigned to the slot type.

Link copied to clipboard

Elicitation setting details for constituent sub slots of a composite slot. See the value_elicitation_setting argument reference below.

Functions

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