Enum NccoInputType
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 = 0Collect input as DTMF (Dual-Tone Multi-Frequency) keypad tones. The caller presses keys on their phone keypad.
[EnumMember(Value = "speech")] Speech = 1Collect input as spoken words using automatic speech recognition (ASR).