| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentCodeHookSettings.Builder |
FulfillmentCodeHookSettings.Builder.active(Boolean active)
Determines whether the fulfillment code hook is used.
|
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.
|
default FulfillmentCodeHookSettings.Builder |
FulfillmentCodeHookSettings.Builder.fulfillmentUpdatesSpecification(Consumer<FulfillmentUpdatesSpecification.Builder> fulfillmentUpdatesSpecification)
Provides settings for update messages sent to the user for long-running Lambda fulfillment functions.
|
FulfillmentCodeHookSettings.Builder |
FulfillmentCodeHookSettings.Builder.fulfillmentUpdatesSpecification(FulfillmentUpdatesSpecification fulfillmentUpdatesSpecification)
Provides settings for update messages sent to the user for long-running Lambda fulfillment functions.
|
default FulfillmentCodeHookSettings.Builder |
FulfillmentCodeHookSettings.Builder.postFulfillmentStatusSpecification(Consumer<PostFulfillmentStatusSpecification.Builder> postFulfillmentStatusSpecification)
Provides settings for messages sent to the user for after the Lambda fulfillment function completes.
|
FulfillmentCodeHookSettings.Builder |
FulfillmentCodeHookSettings.Builder.postFulfillmentStatusSpecification(PostFulfillmentStatusSpecification postFulfillmentStatusSpecification)
Provides settings for messages sent to the user for after the Lambda fulfillment function completes.
|
FulfillmentCodeHookSettings.Builder |
FulfillmentCodeHookSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FulfillmentCodeHookSettings.Builder> |
FulfillmentCodeHookSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateIntentResponse.Builder |
CreateIntentResponse.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The fulfillment Lambda function specified for the intent.
|
default DescribeIntentResponse.Builder |
DescribeIntentResponse.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The Lambda function called when the intent is complete and 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 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.
|
default UpdateIntentResponse.Builder |
UpdateIntentResponse.Builder.fulfillmentCodeHook(Consumer<FulfillmentCodeHookSettings.Builder> fulfillmentCodeHook)
The updated Lambda function called when the intent is ready for fulfillment.
|
Copyright © 2023. All rights reserved.