@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
12 lines (9 loc) • 373 B
text/typescript
import { InputAction as InputAction$1 } from '../../types/NCCO/InputAction.mjs';
import '../../enums/NCCOActions.mjs';
import '../../types/NCCO/DTMFSettings.mjs';
import '../../types/NCCO/SpeechSettings.mjs';
/**
* @deprecated This interface is deprecated. Please update to use the InputActionType type
*/
type InputAction = InputAction$1;
export type { InputAction };