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.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class StillWaitingResponseSpecification
The StillWaitingResponseSpecification type exposes the following members
Name | Description | |
---|---|---|
![]() |
StillWaitingResponseSpecification() |
Name | Type | Description | |
---|---|---|---|
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
.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