| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotValueElicitationSetting |
SlotValueElicitationSetting.clone() |
SlotValueElicitationSetting |
UpdateSlotResult.getValueElicitationSetting()
The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.
|
SlotValueElicitationSetting |
UpdateSlotRequest.getValueElicitationSetting()
A new set of prompts that Amazon Lex sends to the user to elicit a response the provides a value for the slot.
|
SlotValueElicitationSetting |
CreateSlotResult.getValueElicitationSetting()
The value elicitation settings specified for the slot.
|
SlotValueElicitationSetting |
CreateSlotRequest.getValueElicitationSetting()
Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.
|
SlotValueElicitationSetting |
DescribeSlotResult.getValueElicitationSetting()
Prompts that Amazon Lex uses to elicit a value for the slot.
|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withDefaultValueSpecification(SlotDefaultValueSpecification defaultValueSpecification)
A list of default values for a slot.
|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withPromptSpecification(PromptSpecification promptSpecification)
The prompt that Amazon Lex uses to elicit the slot value from the user.
|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withSampleUtterances(Collection<SampleUtterance> sampleUtterances)
If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can
provide those utterances to improve accuracy.
|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withSampleUtterances(SampleUtterance... sampleUtterances)
If you know a specific pattern that users might respond to an Amazon Lex request for a slot value, you can
provide those utterances to improve accuracy.
|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withSlotCaptureSetting(SlotCaptureSetting slotCaptureSetting)
Specifies the settings that Amazon Lex uses when a slot value is successfully entered by a user.
|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withSlotConstraint(SlotConstraint slotConstraint)
Specifies whether the slot is required or optional.
|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withSlotConstraint(String slotConstraint)
Specifies whether the slot is required or optional.
|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withSlotResolutionSetting(SlotResolutionSetting slotResolutionSetting)
An object containing information about whether assisted slot resolution is turned on for the slot or not.
|
SlotValueElicitationSetting |
SlotValueElicitationSetting.withWaitAndContinueSpecification(WaitAndContinueSpecification waitAndContinueSpecification) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSlotResult.setValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.
|
void |
UpdateSlotRequest.setValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
A new set of prompts that Amazon Lex sends to the user to elicit a response the provides a value for the slot.
|
void |
CreateSlotResult.setValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
The value elicitation settings specified for the slot.
|
void |
CreateSlotRequest.setValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.
|
void |
DescribeSlotResult.setValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
Prompts that Amazon Lex uses to elicit a value for the slot.
|
UpdateSlotResult |
UpdateSlotResult.withValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.
|
UpdateSlotRequest |
UpdateSlotRequest.withValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
A new set of prompts that Amazon Lex sends to the user to elicit a response the provides a value for the slot.
|
CreateSlotResult |
CreateSlotResult.withValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
The value elicitation settings specified for the slot.
|
CreateSlotRequest |
CreateSlotRequest.withValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.
|
DescribeSlotResult |
DescribeSlotResult.withValueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
Prompts that Amazon Lex uses to elicit a value for the slot.
|
Copyright © 2025. All rights reserved.