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.

Specifies the prompts that Amazon Lex uses while a bot is waiting for customer input.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.WaitAndContinueSpecification

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

Syntax

C#
public class WaitAndContinueSpecification

The WaitAndContinueSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Active System.Boolean

Gets and sets the property Active.

Specifies whether the bot will wait for a user to respond. When this field is false, wait and continue responses for a slot aren't used. If the active field isn't specified, the default is true.

Public Property ContinueResponse Amazon.LexModelsV2.Model.ResponseSpecification

Gets and sets the property ContinueResponse.

The response that Amazon Lex sends to indicate that the bot is ready to continue the conversation.

Public Property StillWaitingResponse Amazon.LexModelsV2.Model.StillWaitingResponseSpecification

Gets and sets the property StillWaitingResponse.

A response that Amazon Lex sends periodically to the user to indicate that the bot is still waiting for input from the user.

Public Property WaitingResponse Amazon.LexModelsV2.Model.ResponseSpecification

Gets and sets the property WaitingResponse.

The response that Amazon Lex sends to indicate that the bot is waiting for the conversation to continue.

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