Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.Prompt
-
Packages that use Prompt Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of Prompt in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return Prompt Modifier and Type Method Description PromptCreateBotVersionResponse. clarificationPrompt()The message that Amazon Lex uses when it doesn't understand the user's request.PromptGetBotResponse. clarificationPrompt()The message Amazon Lex uses when it doesn't understand the user's request.PromptPutBotRequest. clarificationPrompt()When Amazon Lex doesn't understand the user's intent, it uses this message to get clarification.PromptPutBotResponse. clarificationPrompt()The prompts that Amazon Lex uses when it doesn't understand the user's intent.PromptCreateIntentVersionResponse. confirmationPrompt()If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.PromptGetIntentResponse. confirmationPrompt()If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.PromptPutIntentRequest. confirmationPrompt()Prompts the user to confirm the intent.PromptPutIntentResponse. confirmationPrompt()If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.PromptFollowUpPrompt. prompt()Prompts for information from the user.PromptSlot. valueElicitationPrompt()The prompt that Amazon Lex uses to elicit the slot value from the user.Methods in software.amazon.awssdk.services.lexmodelbuilding.model with parameters of type Prompt Modifier and Type Method Description CreateBotVersionResponse.BuilderCreateBotVersionResponse.Builder. clarificationPrompt(Prompt clarificationPrompt)The message that Amazon Lex uses when it doesn't understand the user's request.GetBotResponse.BuilderGetBotResponse.Builder. clarificationPrompt(Prompt clarificationPrompt)The message Amazon Lex uses when it doesn't understand the user's request.PutBotRequest.BuilderPutBotRequest.Builder. clarificationPrompt(Prompt clarificationPrompt)When Amazon Lex doesn't understand the user's intent, it uses this message to get clarification.PutBotResponse.BuilderPutBotResponse.Builder. clarificationPrompt(Prompt clarificationPrompt)The prompts that Amazon Lex uses when it doesn't understand the user's intent.CreateIntentVersionResponse.BuilderCreateIntentVersionResponse.Builder. confirmationPrompt(Prompt confirmationPrompt)If defined, the prompt that Amazon Lex uses to confirm the user's intent before fulfilling it.GetIntentResponse.BuilderGetIntentResponse.Builder. confirmationPrompt(Prompt confirmationPrompt)If defined in the bot, Amazon Lex uses prompt to confirm the intent before fulfilling the user's request.PutIntentRequest.BuilderPutIntentRequest.Builder. confirmationPrompt(Prompt confirmationPrompt)Prompts the user to confirm the intent.PutIntentResponse.BuilderPutIntentResponse.Builder. confirmationPrompt(Prompt confirmationPrompt)If defined in the intent, Amazon Lex prompts the user to confirm the intent before fulfilling it.FollowUpPrompt.BuilderFollowUpPrompt.Builder. prompt(Prompt prompt)Prompts for information from the user.Slot.BuilderSlot.Builder. valueElicitationPrompt(Prompt valueElicitationPrompt)The prompt that Amazon Lex uses to elicit the slot value from the user.
-