BotSubSlotTypeCompositionArgs

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

Constructors

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

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.

Functions

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