| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentCodeHookSettings |
FulfillmentCodeHookSettings.clone() |
FulfillmentCodeHookSettings |
CreateIntentResult.getFulfillmentCodeHook()
The fulfillment Lambda function specified for the intent.
|
FulfillmentCodeHookSettings |
DescribeIntentResult.getFulfillmentCodeHook()
The Lambda function called when the intent is complete and ready for fulfillment.
|
FulfillmentCodeHookSettings |
UpdateIntentRequest.getFulfillmentCodeHook()
The new Lambda function to call when all of the intents required slots are provided and the intent is ready for
fulfillment.
|
FulfillmentCodeHookSettings |
CreateIntentRequest.getFulfillmentCodeHook()
Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment.
|
FulfillmentCodeHookSettings |
UpdateIntentResult.getFulfillmentCodeHook()
The updated Lambda function called when the intent is ready for fulfillment.
|
FulfillmentCodeHookSettings |
FulfillmentCodeHookSettings.withEnabled(Boolean enabled)
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
|
FulfillmentCodeHookSettings |
FulfillmentCodeHookSettings.withFulfillmentUpdatesSpecification(FulfillmentUpdatesSpecification fulfillmentUpdatesSpecification)
Provides settings for update messages sent to the user for long-running Lambda fulfillment functions.
|
FulfillmentCodeHookSettings |
FulfillmentCodeHookSettings.withPostFulfillmentStatusSpecification(PostFulfillmentStatusSpecification postFulfillmentStatusSpecification)
Provides settings for messages sent to the user for after the Lambda fulfillment function completes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIntentResult.setFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The fulfillment Lambda function specified for the intent.
|
void |
DescribeIntentResult.setFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The Lambda function called when the intent is complete and ready for fulfillment.
|
void |
UpdateIntentRequest.setFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The new Lambda function to call when all of the intents required slots are provided and the intent is ready for
fulfillment.
|
void |
CreateIntentRequest.setFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment.
|
void |
UpdateIntentResult.setFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
|
CreateIntentResult |
CreateIntentResult.withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The fulfillment Lambda function specified for the intent.
|
DescribeIntentResult |
DescribeIntentResult.withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The Lambda function called when the intent is complete and ready for fulfillment.
|
UpdateIntentRequest |
UpdateIntentRequest.withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The new Lambda function to call when all of the intents required slots are provided and the intent is ready for
fulfillment.
|
CreateIntentRequest |
CreateIntentRequest.withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment.
|
UpdateIntentResult |
UpdateIntentResult.withFulfillmentCodeHook(FulfillmentCodeHookSettings fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
|
Copyright © 2022. All rights reserved.