Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.FollowUpPrompt
-
Packages that use FollowUpPrompt Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of FollowUpPrompt in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return FollowUpPrompt Modifier and Type Method Description FollowUpPromptCreateIntentVersionResponse. followUpPrompt()If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.FollowUpPromptGetIntentResponse. followUpPrompt()If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.FollowUpPromptPutIntentRequest. followUpPrompt()Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent.FollowUpPromptPutIntentResponse. followUpPrompt()If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type FollowUpPrompt Modifier and Type Method Description CreateIntentVersionResponse.BuilderCreateIntentVersionResponse.Builder. followUpPrompt(FollowUpPrompt followUpPrompt)If defined, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.GetIntentResponse.BuilderGetIntentResponse.Builder. followUpPrompt(FollowUpPrompt followUpPrompt)If defined in the bot, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.PutIntentRequest.BuilderPutIntentRequest.Builder. followUpPrompt(FollowUpPrompt followUpPrompt)Amazon Lex uses this prompt to solicit additional activity after fulfilling an intent.PutIntentResponse.BuilderPutIntentResponse.Builder. followUpPrompt(FollowUpPrompt followUpPrompt)If defined in the intent, Amazon Lex uses this prompt to solicit additional user activity after the intent is fulfilled.
-