| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SlotValueElicitationSetting |
UpdateSlotRequest.valueElicitationSetting()
A new set of prompts that Amazon Lex sends to the user to elicit a response the provides a value for the slot.
|
SlotValueElicitationSetting |
UpdateSlotResponse.valueElicitationSetting()
The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.
|
SlotValueElicitationSetting |
DescribeSlotResponse.valueElicitationSetting()
Prompts that Amazon Lex uses to elicit a value for the slot.
|
SlotValueElicitationSetting |
CreateSlotResponse.valueElicitationSetting()
The value elicitation settings specified for the slot.
|
SlotValueElicitationSetting |
CreateSlotRequest.valueElicitationSetting()
Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSlotRequest.Builder |
UpdateSlotRequest.Builder.valueElicitationSetting(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.
|
UpdateSlotResponse.Builder |
UpdateSlotResponse.Builder.valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the
slot.
|
DescribeSlotResponse.Builder |
DescribeSlotResponse.Builder.valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
Prompts that Amazon Lex uses to elicit a value for the slot.
|
CreateSlotResponse.Builder |
CreateSlotResponse.Builder.valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
The value elicitation settings specified for the slot.
|
CreateSlotRequest.Builder |
CreateSlotRequest.Builder.valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)
Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the
slot.
|
Copyright © 2021. All rights reserved.