| 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.Builder.messageSelectionStrategy(MessageSelectionStrategy messageSelectionStrategy)
Indicates how a message is selected from a message group among retries.
|
PromptSpecification.Builder |
PromptSpecification.Builder.messageSelectionStrategy(String messageSelectionStrategy)
Indicates how a message is selected from a message group among retries.
|
PromptSpecification.Builder |
PromptSpecification.Builder.promptAttemptsSpecification(Map<PromptAttempt,PromptAttemptSpecification> promptAttemptsSpecification)
Specifies the advanced settings on each attempt of the prompt.
|
PromptSpecification.Builder |
PromptSpecification.Builder.promptAttemptsSpecificationWithStrings(Map<String,PromptAttemptSpecification> promptAttemptsSpecification)
Specifies the advanced settings on each attempt of the prompt.
|
PromptSpecification.Builder |
PromptSpecification.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PromptSpecification.Builder> |
PromptSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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 IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.promptSpecification(Consumer<PromptSpecification.Builder> promptSpecification)
Prompts the user to confirm the intent.
|
default SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.Builder.promptSpecification(Consumer<PromptSpecification.Builder> promptSpecification)
Sets the value of the PromptSpecification property for this object.
|
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 © 2022. All rights reserved.