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.

Defines the messages that Amazon Lex sends to a user to remind them that the bot is waiting for a response.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.StillWaitingResponseSpecification

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

Syntax

C#
public class StillWaitingResponseSpecification

The StillWaitingResponseSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllowInterrupt System.Boolean

Gets and sets the property AllowInterrupt.

Indicates that the user can interrupt the response by speaking while the message is being played.

Public Property FrequencyInSeconds System.Int32

Gets and sets the property FrequencyInSeconds.

How often a message should be sent to the user. Minimum of 1 second, maximum of 5 minutes.

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

Gets and sets the property MessageGroups.

One or more message groups, each containing one or more messages, that define the prompts that Amazon Lex sends to the user.

Public Property TimeoutInSeconds System.Int32

Gets and sets the property TimeoutInSeconds.

If Amazon Lex waits longer than this length of time for a response, it will stop sending messages.

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