FulfillmentCodeHookSettings - Amazon Lex API Reference

FulfillmentCodeHookSettings

Determines if a Lambda function should be invoked for a specific intent.

Contents

enabled

Indicates whether a Lambda function should be invoked to fulfill a specific intent.

Type: Boolean

Required: Yes

active

Determines whether the fulfillment code hook is used. When active is false, the code hook doesn't run.

Type: Boolean

Required: No

fulfillmentUpdatesSpecification

Provides settings for update messages sent to the user for long-running Lambda fulfillment functions. Fulfillment updates can be used only with streaming conversations.

Type: FulfillmentUpdatesSpecification object

Required: No

postFulfillmentStatusSpecification

Provides settings for messages sent to the user for after the Lambda fulfillment function completes. Post-fulfillment messages can be sent for both streaming and non-streaming conversations.

Type: PostFulfillmentStatusSpecification object

Required: No

See Also

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