@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) • 369 B
TypeScript
import { InputAction as InputAction$1 } from '../../types/NCCO/InputAction.js';
import '../../enums/NCCOActions.js';
import '../../types/NCCO/DTMFSettings.js';
import '../../types/NCCO/SpeechSettings.js';
/**
* @deprecated This interface is deprecated. Please update to use the InputActionType type
*/
type InputAction = InputAction$1;
export type { InputAction };