Table of Contents

Enum NccoInputType

Namespace
Vonage.Voice.Nccos
Assembly
Vonage.dll

Defines the input types that can be collected from a caller during an NCCO Input action.

[JsonConverter(typeof(StringEnumConverter))]
public enum NccoInputType

Fields

[EnumMember(Value = "dtmf")] DTMF = 0

Collect input as DTMF (Dual-Tone Multi-Frequency) keypad tones. The caller presses keys on their phone keypad.

[EnumMember(Value = "speech")] Speech = 1

Collect input as spoken words using automatic speech recognition (ASR).