Table of Contents

Enum MultiInputAction.InputMode

Namespace
Vonage.Voice.Nccos
Assembly
Vonage.dll

Defines the input processing mode for DTMF input.

public enum MultiInputAction.InputMode

Fields

[EnumMember(Value = "asynchronous")] Asynchronous = 1

Asynchronous mode. Each DTMF digit is sent individually to the event webhook in real time. All DTMF settings must be left blank.

[EnumMember(Value = "synchronous")] Synchronous = 0

Synchronous mode (default). DTMF inputs are batched and sent together based on DTMF settings (timeout, maxDigits, submitOnHash).