Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.FollowUpPrompt.Builder
-
Packages that use FollowUpPrompt.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of FollowUpPrompt.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return FollowUpPrompt.Builder Modifier and Type Method Description static FollowUpPrompt.BuilderFollowUpPrompt. builder()default FollowUpPrompt.BuilderFollowUpPrompt.Builder. prompt(Consumer<Prompt.Builder> prompt)Prompts for information from the user.FollowUpPrompt.BuilderFollowUpPrompt.Builder. prompt(Prompt prompt)Prompts for information from the user.default FollowUpPrompt.BuilderFollowUpPrompt.Builder. rejectionStatement(Consumer<Statement.Builder> rejectionStatement)If the user answers "no" to the question defined in thepromptfield, Amazon Lex responds with this statement to acknowledge that the intent was canceled.FollowUpPrompt.BuilderFollowUpPrompt.Builder. rejectionStatement(Statement rejectionStatement)If the user answers "no" to the question defined in thepromptfield, Amazon Lex responds with this statement to acknowledge that the intent was canceled.FollowUpPrompt.BuilderFollowUpPrompt. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type FollowUpPrompt.Builder Modifier and Type Method Description static Class<? extends FollowUpPrompt.Builder>FollowUpPrompt. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelbuilding.model with type arguments of type FollowUpPrompt.Builder Modifier and Type Method Description default CreateIntentVersionResponse.BuilderCreateIntentVersionResponse.Builder. followUpPrompt(Consumer<FollowUpPrompt.Builder> followUpPrompt)If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.default GetIntentResponse.BuilderGetIntentResponse.Builder. followUpPrompt(Consumer<FollowUpPrompt.Builder> followUpPrompt)If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.default PutIntentRequest.BuilderPutIntentRequest.Builder. followUpPrompt(Consumer<FollowUpPrompt.Builder> followUpPrompt)Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent.default PutIntentResponse.BuilderPutIntentResponse.Builder. followUpPrompt(Consumer<FollowUpPrompt.Builder> followUpPrompt)If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
-