Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.DTMFSpecification.Builder
-
Packages that use DTMFSpecification.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of DTMFSpecification.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return DTMFSpecification.Builder Modifier and Type Method Description static DTMFSpecification.BuilderDTMFSpecification. builder()DTMFSpecification.BuilderDTMFSpecification.Builder. deletionCharacter(String deletionCharacter)The DTMF character that clears the accumulated DTMF digits and immediately ends the input.DTMFSpecification.BuilderDTMFSpecification.Builder. endCharacter(String endCharacter)The DTMF character that immediately ends input.DTMFSpecification.BuilderDTMFSpecification.Builder. endTimeoutMs(Integer endTimeoutMs)How long the bot should wait after the last DTMF character input before assuming that the input has concluded.DTMFSpecification.BuilderDTMFSpecification.Builder. maxLength(Integer maxLength)The maximum number of DTMF digits allowed in an utterance.DTMFSpecification.BuilderDTMFSpecification. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type DTMFSpecification.Builder Modifier and Type Method Description static Class<? extends DTMFSpecification.Builder>DTMFSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type DTMFSpecification.Builder Modifier and Type Method Description default AudioAndDTMFInputSpecification.BuilderAudioAndDTMFInputSpecification.Builder. dtmfSpecification(Consumer<DTMFSpecification.Builder> dtmfSpecification)Specifies the settings on DTMF input.
-