| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentUpdatesSpecification |
FulfillmentUpdatesSpecification.clone() |
FulfillmentUpdatesSpecification |
FulfillmentCodeHookSettings.getFulfillmentUpdatesSpecification()
Provides settings for update messages sent to the user for long-running Lambda fulfillment functions.
|
FulfillmentUpdatesSpecification |
FulfillmentUpdatesSpecification.withActive(Boolean active)
Determines whether fulfillment updates are sent to the user.
|
FulfillmentUpdatesSpecification |
FulfillmentUpdatesSpecification.withStartResponse(FulfillmentStartResponseSpecification startResponse)
Provides configuration information for the message sent to users when the fulfillment Lambda functions starts
running.
|
FulfillmentUpdatesSpecification |
FulfillmentUpdatesSpecification.withTimeoutInSeconds(Integer timeoutInSeconds)
The length of time that the fulfillment Lambda function should run before it times out.
|
FulfillmentUpdatesSpecification |
FulfillmentUpdatesSpecification.withUpdateResponse(FulfillmentUpdateResponseSpecification updateResponse)
Provides configuration information for messages sent periodically to the user while the fulfillment Lambda
function is running.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentCodeHookSettings.setFulfillmentUpdatesSpecification(FulfillmentUpdatesSpecification fulfillmentUpdatesSpecification)
Provides settings for update messages sent to the user for long-running Lambda fulfillment functions.
|
FulfillmentCodeHookSettings |
FulfillmentCodeHookSettings.withFulfillmentUpdatesSpecification(FulfillmentUpdatesSpecification fulfillmentUpdatesSpecification)
Provides settings for update messages sent to the user for long-running Lambda fulfillment functions.
|
Copyright © 2022. All rights reserved.