Interface CfnBotPropsMixin.AudioSpecificationProperty

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

@Stability(Stable) public static interface CfnBotPropsMixin.AudioSpecificationProperty extends software.amazon.jsii.JsiiSerializable
Specifies the audio 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.cfnpropertymixins.services.lex.*;
 AudioSpecificationProperty audioSpecificationProperty = AudioSpecificationProperty.builder()
         .endTimeoutMs(123)
         .maxLengthMs(123)
         .build();
 

See Also: