| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SubSlotSetting |
SubSlotSetting.addSlotSpecificationsEntry(String key,
Specifications value)
Add a single SlotSpecifications entry
|
SubSlotSetting |
SubSlotSetting.clearSlotSpecificationsEntries()
Removes all the entries added into SlotSpecifications.
|
SubSlotSetting |
SubSlotSetting.clone() |
SubSlotSetting |
UpdateSlotResult.getSubSlotSetting()
Specifications for the constituent sub slots and the expression for the composite slot.
|
SubSlotSetting |
UpdateSlotRequest.getSubSlotSetting()
Specifications for the constituent sub slots and the expression for the composite slot.
|
SubSlotSetting |
DescribeSlotResult.getSubSlotSetting()
Specifications for the constituent sub slots and the expression for the composite slot.
|
SubSlotSetting |
CreateSlotResult.getSubSlotSetting()
Specifications for the constituent sub slots and the expression for the composite slot.
|
SubSlotSetting |
CreateSlotRequest.getSubSlotSetting()
Specifications for the constituent sub slots and the expression for the composite slot.
|
SubSlotSetting |
SubSlotSetting.withExpression(String expression)
The expression text for defining the constituent sub slots in the composite slot using logical AND and OR
operators.
|
SubSlotSetting |
SubSlotSetting.withSlotSpecifications(Map<String,Specifications> slotSpecifications)
Specifications for the constituent sub slots of a composite slot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSlotResult.setSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
void |
UpdateSlotRequest.setSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
void |
DescribeSlotResult.setSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
void |
CreateSlotResult.setSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
void |
CreateSlotRequest.setSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
UpdateSlotResult |
UpdateSlotResult.withSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
UpdateSlotRequest |
UpdateSlotRequest.withSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
DescribeSlotResult |
DescribeSlotResult.withSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
CreateSlotResult |
CreateSlotResult.withSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
CreateSlotRequest |
CreateSlotRequest.withSubSlotSetting(SubSlotSetting subSlotSetting)
Specifications for the constituent sub slots and the expression for the composite slot.
|
Copyright © 2024. All rights reserved.