| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
PromptSpecification |
PromptSpecification.clone() |
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 resonse 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 © 2021. All rights reserved.