| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SubSlotSetting.Builder |
SubSlotSetting.builder() |
SubSlotSetting.Builder |
SubSlotSetting.Builder.expression(String expression)
The expression text for defining the constituent sub slots in the composite slot using logical AND and OR
operators.
|
SubSlotSetting.Builder |
SubSlotSetting.Builder.slotSpecifications(Map<String,Specifications> slotSpecifications)
Specifications for the constituent sub slots of a composite slot.
|
SubSlotSetting.Builder |
SubSlotSetting.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SubSlotSetting.Builder> |
SubSlotSetting.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
default DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
default CreateSlotResponse.Builder |
CreateSlotResponse.Builder.subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
default UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
default CreateSlotRequest.Builder |
CreateSlotRequest.Builder.subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
Copyright © 2023. All rights reserved.