| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
PromptSpecification.Builder |
PromptSpecification.Builder.allowInterrupt(Boolean allowInterrupt)
Indicates whether the user can interrupt a speech prompt from the bot.
|
static PromptSpecification.Builder |
PromptSpecification.builder() |
PromptSpecification.Builder |
PromptSpecification.Builder.maxRetries(Integer maxRetries)
The maximum number of times the bot tries to elicit a response from the user using this prompt.
|
PromptSpecification.Builder |
PromptSpecification.Builder.messageGroups(Collection<MessageGroup> messageGroups)
A collection of messages that Amazon Lex can send to the user.
|
PromptSpecification.Builder |
PromptSpecification.Builder.messageGroups(Consumer<MessageGroup.Builder>... messageGroups)
A collection of messages that Amazon Lex can send to the user.
|
PromptSpecification.Builder |
PromptSpecification.Builder.messageGroups(MessageGroup... messageGroups)
A collection of messages that Amazon Lex can send to the user.
|
PromptSpecification.Builder |
PromptSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PromptSpecification.Builder> |
PromptSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.promptSpecification(Consumer<PromptSpecification.Builder> promptSpecification)
Prompts the user to confirm the intent.
|
default SlotValueElicitationSetting.Builder |
SlotValueElicitationSetting.Builder.promptSpecification(Consumer<PromptSpecification.Builder> promptSpecification)
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
default SlotSummary.Builder |
SlotSummary.Builder.valueElicitationPromptSpecification(Consumer<PromptSpecification.Builder> valueElicitationPromptSpecification)
Prompts that are sent to the user to elicit a value for the slot.
|
Copyright © 2021. All rights reserved.