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 settings for a message that is sent periodically to the user while a fulfillment Lambda function is running.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.FulfillmentUpdateResponseSpecification

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

Syntax

C#
public class FulfillmentUpdateResponseSpecification

The FulfillmentUpdateResponseSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllowInterrupt System.Boolean

Gets and sets the property AllowInterrupt.

Determines whether the user can interrupt an update message while it is playing.

Public Property FrequencyInSeconds System.Int32

Gets and sets the property FrequencyInSeconds.

The frequency that a message is sent to the user. When the period ends, Amazon Lex chooses a message from the message groups and plays it to the user. If the fulfillment Lambda returns before the first period ends, an update message is not played to the user.

Public Property MessageGroups System.Collections.Generic.List<Amazon.LexModelsV2.Model.MessageGroup>

Gets and sets the property MessageGroups.

1 - 5 message groups that contain update messages. Amazon Lex chooses one of the messages to play to the user.

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