Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.04 KB

CallflowsCollectDtmf.md

File metadata and controls

15 lines (12 loc) · 1.04 KB

IO.Swagger.Model.CallflowsCollectDtmf

Properties

Name Type Description Notes
CollectionName string Store collected DTMF in a named key [optional]
InterdigitTimeout int? How long, in milliseconds, to wait for the next DTMF [optional]
MaxDigits int? How many DTMFs to collect from the caller [optional]
SkipModule bool? When set to true this callflow action is skipped, advancing to the wildcard branch (if any) [optional]
Terminator string What DTMF will terminate collection before the timeout occurs [optional] [default to TerminatorEnum.Hash]
Terminators List<string> What DTMFs will terminate collection before the timeout occurs [optional]
Timeout int? How long, in milliseconds, to wait for the first DTMF [optional]

[Back to Model list] [Back to API list] [Back to README]