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.

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

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.FulfillmentUpdatesSpecification

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

Syntax

C#
public class FulfillmentUpdatesSpecification

The FulfillmentUpdatesSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Active System.Boolean

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

Public Property StartResponse Amazon.LexModelsV2.Model.FulfillmentStartResponseSpecification

Gets and sets the property StartResponse.

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

Public Property TimeoutInSeconds System.Int32

Gets and sets the property TimeoutInSeconds.

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

Public Property UpdateResponse Amazon.LexModelsV2.Model.FulfillmentUpdateResponseSpecification

Gets and sets the property UpdateResponse.

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

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