Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.PromptSpecification.Builder
-
Packages that use PromptSpecification.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of PromptSpecification.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return PromptSpecification.Builder Modifier and Type Method Description PromptSpecification.BuilderPromptSpecification.Builder. allowInterrupt(Boolean allowInterrupt)Indicates whether the user can interrupt a speech prompt from the bot.static PromptSpecification.BuilderPromptSpecification. builder()PromptSpecification.BuilderPromptSpecification.Builder. maxRetries(Integer maxRetries)The maximum number of times the bot tries to elicit a response from the user using this prompt.PromptSpecification.BuilderPromptSpecification.Builder. messageGroups(Collection<MessageGroup> messageGroups)A collection of messages that Amazon Lex can send to the user.PromptSpecification.BuilderPromptSpecification.Builder. messageGroups(Consumer<MessageGroup.Builder>... messageGroups)A collection of messages that Amazon Lex can send to the user.PromptSpecification.BuilderPromptSpecification.Builder. messageGroups(MessageGroup... messageGroups)A collection of messages that Amazon Lex can send to the user.PromptSpecification.BuilderPromptSpecification.Builder. messageSelectionStrategy(String messageSelectionStrategy)Indicates how a message is selected from a message group among retries.PromptSpecification.BuilderPromptSpecification.Builder. messageSelectionStrategy(MessageSelectionStrategy messageSelectionStrategy)Indicates how a message is selected from a message group among retries.PromptSpecification.BuilderPromptSpecification.Builder. promptAttemptsSpecification(Map<PromptAttempt,PromptAttemptSpecification> promptAttemptsSpecification)Specifies the advanced settings on each attempt of the prompt.PromptSpecification.BuilderPromptSpecification.Builder. promptAttemptsSpecificationWithStrings(Map<String,PromptAttemptSpecification> promptAttemptsSpecification)Specifies the advanced settings on each attempt of the prompt.PromptSpecification.BuilderPromptSpecification. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type PromptSpecification.Builder Modifier and Type Method Description static Class<? extends PromptSpecification.Builder>PromptSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type PromptSpecification.Builder Modifier and Type Method Description default IntentConfirmationSetting.BuilderIntentConfirmationSetting.Builder. promptSpecification(Consumer<PromptSpecification.Builder> promptSpecification)Prompts the user to confirm the intent.default SlotValueElicitationSetting.BuilderSlotValueElicitationSetting.Builder. promptSpecification(Consumer<PromptSpecification.Builder> promptSpecification)The prompt that Amazon Lex uses to elicit the slot value from the user.default SubSlotValueElicitationSetting.BuilderSubSlotValueElicitationSetting.Builder. promptSpecification(Consumer<PromptSpecification.Builder> promptSpecification)Sets the value of the PromptSpecification property for this object.default SlotSummary.BuilderSlotSummary.Builder. valueElicitationPromptSpecification(Consumer<PromptSpecification.Builder> valueElicitationPromptSpecification)Prompts that are sent to the user to elicit a value for the slot.
-