Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.SlotValueElicitationSetting
-
Packages that use SlotValueElicitationSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of SlotValueElicitationSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return SlotValueElicitationSetting Modifier and Type Method Description SlotValueElicitationSettingCreateSlotRequest. valueElicitationSetting()Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.SlotValueElicitationSettingCreateSlotResponse. valueElicitationSetting()The value elicitation settings specified for the slot.SlotValueElicitationSettingDescribeSlotResponse. valueElicitationSetting()Prompts that Amazon Lex uses to elicit a value for the slot.SlotValueElicitationSettingUpdateSlotRequest. valueElicitationSetting()A new set of prompts that Amazon Lex sends to the user to elicit a response the provides a value for the slot.SlotValueElicitationSettingUpdateSlotResponse. valueElicitationSetting()The updated prompts that Amazon Lex sends to the user to elicit a response that provides a value for the slot.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type SlotValueElicitationSetting Modifier and Type Method Description CreateSlotRequest.BuilderCreateSlotRequest.Builder. valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)Specifies prompts that Amazon Lex sends to the user to elicit a response that provides the value for the slot.CreateSlotResponse.BuilderCreateSlotResponse.Builder. valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)The value elicitation settings specified for the slot.DescribeSlotResponse.BuilderDescribeSlotResponse.Builder. valueElicitationSetting(SlotValueElicitationSetting valueElicitationSetting)Prompts that Amazon Lex uses to elicit a value for the slot.UpdateSlotRequest.BuilderUpdateSlotRequest.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.BuilderUpdateSlotResponse.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.
-