FulfillmentUpdatesSpecification - Amazon Lex API Reference

FulfillmentUpdatesSpecification

Provides information for updating the user on the progress of fulfilling an intent.

Contents

active

Determines whether fulfillment updates are sent to the user. When this field is true, updates are sent.

If the active field is set to true, the startResponse, updateResponse, and timeoutInSeconds fields are required.

Type: Boolean

Required: Yes

startResponse

Provides configuration information for the message sent to users when the fulfillment Lambda functions starts running.

Type: FulfillmentStartResponseSpecification object

Required: No

timeoutInSeconds

The length of time that the fulfillment Lambda function should run before it times out.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 900.

Required: No

updateResponse

Provides configuration information for messages sent periodically to the user while the fulfillment Lambda function is running.

Type: FulfillmentUpdateResponseSpecification object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: