Interface CfnBot.DTMFSpecificationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBot.DTMFSpecificationProperty.Jsii$Proxy
Enclosing class:
CfnBot

@Stability(Stable) public static interface CfnBot.DTMFSpecificationProperty extends software.amazon.jsii.JsiiSerializable
Specifies the DTMF input specifications.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.lex.*;
 DTMFSpecificationProperty dTMFSpecificationProperty = DTMFSpecificationProperty.builder()
         .deletionCharacter("deletionCharacter")
         .endCharacter("endCharacter")
         .endTimeoutMs(123)
         .maxLength(123)
         .build();
 

See Also: