Uses of Class
software.amazon.awscdk.services.lex.CfnBot.AudioAndDTMFInputSpecificationProperty.Builder
Packages that use CfnBot.AudioAndDTMFInputSpecificationProperty.Builder
-
Uses of CfnBot.AudioAndDTMFInputSpecificationProperty.Builder in software.amazon.awscdk.services.lex
Methods in software.amazon.awscdk.services.lex that return CfnBot.AudioAndDTMFInputSpecificationProperty.BuilderModifier and TypeMethodDescriptionCfnBot.AudioAndDTMFInputSpecificationProperty.Builder.audioSpecification
(IResolvable audioSpecification) Sets the value ofCfnBot.AudioAndDTMFInputSpecificationProperty.getAudioSpecification()
CfnBot.AudioAndDTMFInputSpecificationProperty.Builder.audioSpecification
(CfnBot.AudioSpecificationProperty audioSpecification) Sets the value ofCfnBot.AudioAndDTMFInputSpecificationProperty.getAudioSpecification()
CfnBot.AudioAndDTMFInputSpecificationProperty.builder()
CfnBot.AudioAndDTMFInputSpecificationProperty.Builder.dtmfSpecification
(IResolvable dtmfSpecification) Sets the value ofCfnBot.AudioAndDTMFInputSpecificationProperty.getDtmfSpecification()
CfnBot.AudioAndDTMFInputSpecificationProperty.Builder.dtmfSpecification
(CfnBot.DTMFSpecificationProperty dtmfSpecification) Sets the value ofCfnBot.AudioAndDTMFInputSpecificationProperty.getDtmfSpecification()
CfnBot.AudioAndDTMFInputSpecificationProperty.Builder.startTimeoutMs
(Number startTimeoutMs) Sets the value ofCfnBot.AudioAndDTMFInputSpecificationProperty.getStartTimeoutMs()
Constructors in software.amazon.awscdk.services.lex with parameters of type CfnBot.AudioAndDTMFInputSpecificationProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBot.AudioAndDTMFInputSpecificationProperty.Builder
.