Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.FulfillmentCodeHookSettings
-
Packages that use FulfillmentCodeHookSettings Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of FulfillmentCodeHookSettings in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return FulfillmentCodeHookSettings Modifier and Type Method Description FulfillmentCodeHookSettingsCreateIntentRequest. fulfillmentCodeHook()Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment.FulfillmentCodeHookSettingsCreateIntentResponse. fulfillmentCodeHook()The fulfillment Lambda function specified for the intent.FulfillmentCodeHookSettingsDescribeIntentResponse. fulfillmentCodeHook()The Lambda function called when the intent is complete and ready for fulfillment.FulfillmentCodeHookSettingsUpdateIntentRequest. fulfillmentCodeHook()The new Lambda function to call when all of the intents required slots are provided and the intent is ready for fulfillment.FulfillmentCodeHookSettingsUpdateIntentResponse. fulfillmentCodeHook()The updated Lambda function called when the intent is ready for fulfillment.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type FulfillmentCodeHookSettings Modifier and Type Method Description CreateIntentRequest.BuilderCreateIntentRequest.Builder. fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment.CreateIntentResponse.BuilderCreateIntentResponse.Builder. fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)The fulfillment Lambda function specified for the intent.DescribeIntentResponse.BuilderDescribeIntentResponse.Builder. fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)The Lambda function called when the intent is complete and ready for fulfillment.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)The new Lambda function to call when all of the intents required slots are provided and the intent is ready for fulfillment.UpdateIntentResponse.BuilderUpdateIntentResponse.Builder. fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)The updated Lambda function called when the intent is ready for fulfillment.
-