Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.DialogCodeHookSettings
-
Packages that use DialogCodeHookSettings Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of DialogCodeHookSettings in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return DialogCodeHookSettings Modifier and Type Method Description DialogCodeHookSettingsCreateIntentRequest. dialogCodeHook()Specifies that Amazon Lex invokes the alias Lambda function for each user input.DialogCodeHookSettingsCreateIntentResponse. dialogCodeHook()The dialog Lambda function specified for the intent.DialogCodeHookSettingsDescribeIntentResponse. dialogCodeHook()The Lambda function called during each turn of a conversation with the intent.DialogCodeHookSettingsUpdateIntentRequest. dialogCodeHook()The new Lambda function to use between each turn of the conversation with the bot.DialogCodeHookSettingsUpdateIntentResponse. dialogCodeHook()The updated Lambda function called during each turn of the conversation with the user.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type DialogCodeHookSettings Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. dialogCodeHook(DialogCodeHookSettings dialogCodeHook)Specifies that Amazon Lex invokes the alias Lambda function for each user input.CreateIntentResponse.BuilderCreateIntentResponse.Builder. dialogCodeHook(DialogCodeHookSettings dialogCodeHook)The dialog Lambda function specified for the intent.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. dialogCodeHook(DialogCodeHookSettings dialogCodeHook)The Lambda function called during each turn of a conversation with the intent.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. dialogCodeHook(DialogCodeHookSettings dialogCodeHook)The new Lambda function to use between each turn of the conversation with the bot.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. dialogCodeHook(DialogCodeHookSettings dialogCodeHook)The updated Lambda function called during each turn of the conversation with the user.
-