| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
PromptSpecification |
SlotValueElicitationSetting.promptSpecification()
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
PromptSpecification |
IntentConfirmationSetting.promptSpecification()
Prompts the user to confirm the intent.
|
PromptSpecification |
SubSlotValueElicitationSetting.promptSpecification()
Returns the value of the PromptSpecification property for this object.
|
PromptSpecification |
SlotSummary.valueElicitationPromptSpecification()
Prompts that are sent to the user to elicit a value for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
SlotValueElicitationSetting.Builder |
SlotValueElicitationSetting.Builder.promptSpecification(PromptSpecification promptSpecification)
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
IntentConfirmationSetting.Builder |
IntentConfirmationSetting.Builder.promptSpecification(PromptSpecification promptSpecification)
Prompts the user to confirm the intent.
|
SubSlotValueElicitationSetting.Builder |
SubSlotValueElicitationSetting.Builder.promptSpecification(PromptSpecification promptSpecification)
Sets the value of the PromptSpecification property for this object.
|
SlotSummary.Builder |
SlotSummary.Builder.valueElicitationPromptSpecification(PromptSpecification valueElicitationPromptSpecification)
Prompts that are sent to the user to elicit a value for the slot.
|
Copyright © 2023. All rights reserved.