| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.botId(String botId)
The identifier of the bot associated with the slot type.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.botVersion(String botVersion)
The version of the bot associated with the slot type.
|
static DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.builder() |
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the slot type was created.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.description(String description)
The description specified for the slot type.
|
default DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.externalSourceSetting(Consumer<ExternalSourceSetting.Builder> externalSourceSetting)
Sets the value of the ExternalSourceSetting property for this object.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.externalSourceSetting(ExternalSourceSetting externalSourceSetting)
Sets the value of the ExternalSourceSetting property for this object.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the slot type was last updated.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.localeId(String localeId)
The language and locale specified for the slot type.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.parentSlotTypeSignature(String parentSlotTypeSignature)
The built in slot type used as a parent to this slot type.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.slotTypeId(String slotTypeId)
The unique identifier for the slot type.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.slotTypeName(String slotTypeName)
The name specified for the slot type.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.slotTypeValues(Collection<SlotTypeValue> slotTypeValues)
The values that the slot type can take.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.slotTypeValues(Consumer<SlotTypeValue.Builder>... slotTypeValues)
The values that the slot type can take.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.slotTypeValues(SlotTypeValue... slotTypeValues)
The values that the slot type can take.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.toBuilder() |
default DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.valueSelectionSetting(Consumer<SlotValueSelectionSetting.Builder> valueSelectionSetting)
The strategy that Amazon Lex uses to choose a value from a list of possible values.
|
DescribeSlotTypeResponse.Builder |
DescribeSlotTypeResponse.Builder.valueSelectionSetting(SlotValueSelectionSetting valueSelectionSetting)
The strategy that Amazon Lex uses to choose a value from a list of possible values.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSlotTypeResponse.Builder> |
DescribeSlotTypeResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.