toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.lex.kotlin.outputs
/
V2modelsSlotTypeCompositeSlotTypeSetting
V2models
Slot
Type
Composite
Slot
Type
Setting
data
class
V2modelsSlotTypeCompositeSlotTypeSetting
(
val
subSlots
:
List
<
V2modelsSlotTypeCompositeSlotTypeSettingSubSlot
>
?
=
null
)
Members
Constructors
V2models
Slot
Type
Composite
Slot
Type
Setting
Link copied to clipboard
constructor
(
subSlots
:
List
<
V2modelsSlotTypeCompositeSlotTypeSettingSubSlot
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
sub
Slots
Link copied to clipboard
val
subSlots
:
List
<
V2modelsSlotTypeCompositeSlotTypeSettingSubSlot
>
?
=
null
Sub slots in the composite slot. See
sub_slots
argument reference below.