| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
PromptSpecification |
PromptSpecification.addPromptAttemptsSpecificationEntry(String key,
PromptAttemptSpecification value)
Add a single PromptAttemptsSpecification entry
|
PromptSpecification |
PromptSpecification.clearPromptAttemptsSpecificationEntries()
Removes all the entries added into PromptAttemptsSpecification.
|
PromptSpecification |
PromptSpecification.clone() |
PromptSpecification |
SubSlotValueElicitationSetting.getPromptSpecification() |
PromptSpecification |
SlotValueElicitationSetting.getPromptSpecification()
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
PromptSpecification |
IntentConfirmationSetting.getPromptSpecification()
Prompts the user to confirm the intent.
|
PromptSpecification |
SlotSummary.getValueElicitationPromptSpecification()
Prompts that are sent to the user to elicit a value for the slot.
|
PromptSpecification |
PromptSpecification.withAllowInterrupt(Boolean allowInterrupt)
Indicates whether the user can interrupt a speech prompt from the bot.
|
PromptSpecification |
PromptSpecification.withMaxRetries(Integer maxRetries)
The maximum number of times the bot tries to elicit a response from the user using this prompt.
|
PromptSpecification |
PromptSpecification.withMessageGroups(Collection<MessageGroup> messageGroups)
A collection of messages that Amazon Lex can send to the user.
|
PromptSpecification |
PromptSpecification.withMessageGroups(MessageGroup... messageGroups)
A collection of messages that Amazon Lex can send to the user.
|
PromptSpecification |
PromptSpecification.withMessageSelectionStrategy(MessageSelectionStrategy messageSelectionStrategy)
Indicates how a message is selected from a message group among retries.
|
PromptSpecification |
PromptSpecification.withMessageSelectionStrategy(String messageSelectionStrategy)
Indicates how a message is selected from a message group among retries.
|
PromptSpecification |
PromptSpecification.withPromptAttemptsSpecification(Map<String,PromptAttemptSpecification> promptAttemptsSpecification)
Specifies the advanced settings on each attempt of the prompt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubSlotValueElicitationSetting.setPromptSpecification(PromptSpecification promptSpecification) |
void |
SlotValueElicitationSetting.setPromptSpecification(PromptSpecification promptSpecification)
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
void |
IntentConfirmationSetting.setPromptSpecification(PromptSpecification promptSpecification)
Prompts the user to confirm the intent.
|
void |
SlotSummary.setValueElicitationPromptSpecification(PromptSpecification valueElicitationPromptSpecification)
Prompts that are sent to the user to elicit a value for the slot.
|
SubSlotValueElicitationSetting |
SubSlotValueElicitationSetting.withPromptSpecification(PromptSpecification promptSpecification) |
SlotValueElicitationSetting |
SlotValueElicitationSetting.withPromptSpecification(PromptSpecification promptSpecification)
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
IntentConfirmationSetting |
IntentConfirmationSetting.withPromptSpecification(PromptSpecification promptSpecification)
Prompts the user to confirm the intent.
|
SlotSummary |
SlotSummary.withValueElicitationPromptSpecification(PromptSpecification valueElicitationPromptSpecification)
Prompts that are sent to the user to elicit a value for the slot.
|
Copyright © 2023. All rights reserved.