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.

Describes how the intent is fulfilled after the user provides all of the information required for the intent. You can provide a Lambda function to process the intent, or you can return the intent information to the client application. We recommend that you use a Lambda function so that the relevant logic lives in the Cloud and limit the client-side code primarily to presentation. If you need to update the logic, you only update the Lambda function; you don't need to upgrade your client application.

Consider the following examples:

Inheritance Hierarchy

System.Object
  Amazon.LexModelBuildingService.Model.FulfillmentActivity

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

Syntax

C#
public class FulfillmentActivity

The FulfillmentActivity type exposes the following members

Constructors

NameDescription
Public Method FulfillmentActivity()

Properties

NameTypeDescription
Public Property CodeHook Amazon.LexModelBuildingService.Model.CodeHook

Gets and sets the property CodeHook.

A description of the Lambda function that is run to fulfill the intent.

Public Property Type Amazon.LexModelBuildingService.FulfillmentActivityType

Gets and sets the property Type.

How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the client application.

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