CreateSlotRequest.Builder |
CreateSlotRequest.Builder.botId(String botId) |
The identifier of the bot associated with the slot.
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.botVersion(String botVersion) |
The version of the bot associated with the slot.
|
static CreateSlotRequest.Builder |
CreateSlotRequest.builder() |
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.description(String description) |
A description of the slot.
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.intentId(String intentId) |
The identifier of the intent that contains the slot.
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.localeId(String localeId) |
The identifier of the language and locale that the slot will be used in.
|
default CreateSlotRequest.Builder |
CreateSlotRequest.Builder.multipleValuesSetting(Consumer<MultipleValuesSetting.Builder> multipleValuesSetting) |
Indicates whether the slot returns multiple values in one response.
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.multipleValuesSetting(MultipleValuesSetting multipleValuesSetting) |
Indicates whether the slot returns multiple values in one response.
|
default CreateSlotRequest.Builder |
CreateSlotRequest.Builder.obfuscationSetting(Consumer<ObfuscationSetting.Builder> obfuscationSetting) |
Determines how slot values are used in Amazon CloudWatch logs.
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.obfuscationSetting(ObfuscationSetting obfuscationSetting) |
Determines how slot values are used in Amazon CloudWatch logs.
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.slotName(String slotName) |
The name of the slot.
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.slotTypeId(String slotTypeId) |
The unique identifier for the slot type associated with this slot.
|
default CreateSlotRequest.Builder |
CreateSlotRequest.Builder.subSlotSetting(Consumer<SubSlotSetting.Builder> subSlotSetting) |
Specifications for the constituent sub slots and the expression for the composite slot.
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.subSlotSetting(SubSlotSetting subSlotSetting) |
Specifications for the constituent sub slots and the expression for the composite slot.
|
CreateSlotRequest.Builder |
CreateSlotRequest.toBuilder() |
|
default CreateSlotRequest.Builder |
CreateSlotRequest.Builder.valueElicitationSetting(Consumer<SlotValueElicitationSetting.Builder> valueElicitationSetting) |
Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the
slot.
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting) |
Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the
slot.
|