AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.FulfillmentCodeHookSettings

Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z

Syntax

C#
public class FulfillmentCodeHookSettings

The FulfillmentCodeHookSettings type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Active System.Boolean

Gets and sets the property Active.

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

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

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

Public Property FulfillmentUpdatesSpecification Amazon.LexModelsV2.Model.FulfillmentUpdatesSpecification

Gets and sets the property 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.

Public Property PostFulfillmentStatusSpecification Amazon.LexModelsV2.Model.PostFulfillmentStatusSpecification

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5