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.multipleValuesSetting(Consumer<MultipleValuesSetting.Builder> multipleValuesSetting) |
Indicates whether the slot accepts multiple values in a single utterance.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.multipleValuesSetting(MultipleValuesSetting multipleValuesSetting) |
Indicates whether the slot accepts multiple values in a single utterance.
|
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.
|
default DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting) |
Specifications for the constituent sub slots and the expression for the composite slot.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.subSlotSetting(SubSlotSetting subSlotSetting) |
Specifications for the constituent sub slots and the expression for the composite 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.
|