BotSubSlotTypeComposition

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

Constructors

Link copied to clipboard
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

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