| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static FulfillmentCodeHookSettings.Builder |
FulfillmentCodeHookSettings.builder() |
FulfillmentCodeHookSettings.Builder |
FulfillmentCodeHookSettings.Builder.enabled(Boolean enabled)
Indicates whether a Lambda function should be invoked to fulfill a specific intent.
|
FulfillmentCodeHookSettings.Builder |
FulfillmentCodeHookSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FulfillmentCodeHookSettings.Builder> |
FulfillmentCodeHookSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
|
default CreateIntentRequest.Builder |
CreateIntentRequest.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
Specifies that Amazon Lex invokes the alias Lambda function when the intent is ready for fulfillment.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The Lambda function called when the intent is complete and ready for fulfillment.
|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The fulfillment Lambda function specified for the intent.
|
default UpdateIntentRequest.Builder |
UpdateIntentRequest.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The new Lambda function to call when all of the intents required slots are provided and the intent is ready
for fulfillment.
|
Copyright © 2021. All rights reserved.