Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.PromptSpecification
-
Packages that use PromptSpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of PromptSpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return PromptSpecification Modifier and Type Method Description PromptSpecificationIntentConfirmationSetting. promptSpecification()Prompts the user to confirm the intent.PromptSpecificationSlotValueElicitationSetting. promptSpecification()The prompt that Amazon Lex uses to elicit the slot value from the user.PromptSpecificationSubSlotValueElicitationSetting. promptSpecification()Returns the value of the PromptSpecification property for this object.PromptSpecificationSlotSummary. valueElicitationPromptSpecification()Prompts that are sent to the user to elicit a value for the slot.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type PromptSpecification Modifier and Type Method Description IntentConfirmationSetting.BuilderIntentConfirmationSetting.Builder. promptSpecification(PromptSpecification promptSpecification)Prompts the user to confirm the intent.SlotValueElicitationSetting.BuilderSlotValueElicitationSetting.Builder. promptSpecification(PromptSpecification promptSpecification)The prompt that Amazon Lex uses to elicit the slot value from the user.SubSlotValueElicitationSetting.BuilderSubSlotValueElicitationSetting.Builder. promptSpecification(PromptSpecification promptSpecification)Sets the value of the PromptSpecification property for this object.SlotSummary.BuilderSlotSummary.Builder. valueElicitationPromptSpecification(PromptSpecification valueElicitationPromptSpecification)Prompts that are sent to the user to elicit a value for the slot.
-