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 DTMF input specifications.

Inheritance Hierarchy

System.Object
  Amazon.LexModelsV2.Model.DTMFSpecification

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

Syntax

C#
public class DTMFSpecification

The DTMFSpecification type exposes the following members

Constructors

NameDescription
Public Method DTMFSpecification()

Properties

NameTypeDescription
Public Property DeletionCharacter System.String

Gets and sets the property DeletionCharacter.

The DTMF character that clears the accumulated DTMF digits and immediately ends the input.

Public Property EndCharacter System.String

Gets and sets the property EndCharacter.

The DTMF character that immediately ends input. If the user does not press this character, the input ends after the end timeout.

Public Property EndTimeoutMs System.Int32

Gets and sets the property EndTimeoutMs.

How long the bot should wait after the last DTMF character input before assuming that the input has concluded.

Public Property MaxLength System.Int32

Gets and sets the property MaxLength.

The maximum number of DTMF digits allowed in an utterance.

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