V2modelsSlotTypeCompositeSlotTypeSettingSubSlot

data class V2modelsSlotTypeCompositeSlotTypeSettingSubSlot(val name: String, val slotTypeId: String)

Constructors

constructor(name: String, slotTypeId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a constituent sub slot inside a composite slot.

Link copied to clipboard

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.