V2modelsSlotTypeCompositeSlotTypeSettingSubSlotArgs

data class V2modelsSlotTypeCompositeSlotTypeSettingSubSlotArgs(val name: Output<String>, val slotTypeId: Output<String>) : ConvertibleToJava<V2modelsSlotTypeCompositeSlotTypeSettingSubSlotArgs>

Constructors

constructor(name: Output<String>, slotTypeId: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Name of a constituent sub slot inside a composite slot.

Link copied to clipboard
val slotTypeId: Output<String>

Unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slot_type_id of a custom slot type.

Functions

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