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.
Namespace: Amazon.LexModelsV2.Model
Assembly: AWSSDK.LexModelsV2.dll
Version: 3.x.y.z
public class DTMFSpecification
The DTMFSpecification type exposes the following members
| Name | Description | |
|---|---|---|
|
DTMFSpecification() |
| Name | Type | Description | |
|---|---|---|---|
|
DeletionCharacter | System.String |
Gets and sets the property DeletionCharacter. The DTMF character that clears the accumulated DTMF digits and immediately ends the input. |
|
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. |
|
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. |
|
MaxLength | System.Int32 |
Gets and sets the property MaxLength. The maximum number of DTMF digits allowed in an utterance. |
.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