| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.botId(String botId)
The identifier of the bot associated with the slot.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.botVersion(String botVersion)
The version of the bot associated with the slot.
|
static DescribeSlotResponse.Builder |
DescribeSlotResponse.builder() |
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the slot was created.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.description(String description)
The description specified for the slot.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.intentId(String intentId)
The identifier of the intent associated with the slot.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the slot was last updated.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.localeId(String localeId)
The language and locale specified for the slot.
|
default DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.obfuscationSetting(Consumer<ObfuscationSetting.Builder> obfuscationSetting)
Whether slot values are shown in Amazon CloudWatch logs.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.obfuscationSetting(ObfuscationSetting obfuscationSetting)
Whether slot values are shown in Amazon CloudWatch logs.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.slotId(String slotId)
The unique identifier generated for the slot.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.slotName(String slotName)
The name specified for the slot.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.slotTypeId(String slotTypeId)
The identifier of the slot type that determines the values entered into the slot.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.toBuilder() |
default DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.valueElicitationSetting(Consumer<SlotValueElicitationSetting.Builder> valueElicitationSetting)
Prompts that Amazon Lex uses to elicit a value for the slot.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
Prompts that Amazon Lex uses to elicit a value for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSlotResponse.Builder> |
DescribeSlotResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.