| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentCodeHookSettings |
DescribeIntentResponse.fulfillmentCodeHook()
The Lambda function called when the intent is complete and ready for fulfillment.
|
FulfillmentCodeHookSettings |
CreateIntentResponse.fulfillmentCodeHook()
The fulfillment Lambda function specified for the intent.
|
FulfillmentCodeHookSettings |
CreateIntentRequest.fulfillmentCodeHook()
Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment.
|
FulfillmentCodeHookSettings |
UpdateIntentRequest.fulfillmentCodeHook()
The new Lambda function to call when all of the intents required slots are provided and the intent is ready for
fulfillment.
|
FulfillmentCodeHookSettings |
UpdateIntentResponse.fulfillmentCodeHook()
The updated Lambda function called when the intent is ready for fulfillment.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The Lambda function called when the intent is complete and ready for fulfillment.
|
CreateIntentResponse.Builder |
CreateIntentResponse.Builder.fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The fulfillment Lambda function specified for the intent.
|
CreateIntentRequest.Builder |
CreateIntentRequest.Builder.fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment.
|
UpdateIntentRequest.Builder |
UpdateIntentRequest.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.Builder |
UpdateIntentResponse.Builder.fulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
|
Copyright © 2023. All rights reserved.