@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
34 lines (33 loc) • 1.6 kB
text/typescript
export { ConnectAction } from './ConnectAction.mjs';
export { ConversationAction } from './ConversationAction.mjs';
export { DTMFSettings } from './DTMFSettings.mjs';
export { InputAction } from './InputAction.mjs';
export { NotifyAction } from './NotifyAction.mjs';
export { RecordAction } from './RecordAction.mjs';
export { Serializable, isNCCOSerializable } from './Serializable.mjs';
export { SpeechSettings } from './SpeechSettings.mjs';
export { StreamAction } from './StreamAction.mjs';
export { TalkAction } from './TalkAction.mjs';
export { NCCOTransfer, URLTransfer } from './Transfer.mjs';
import '../../types/NCCO/ConnectAction.mjs';
import '../../types/Endpoint/CallEndpoint.mjs';
import '../../types/Endpoint/PhoneEndpoint.mjs';
import '../../types/Endpoint/SIPEndpoint.mjs';
import '../../types/Endpoint/VBCEndpoint.mjs';
import '../../types/Endpoint/WebsocketEndpoint.mjs';
import '../../types/Endpoint/AppEndpoint.mjs';
import '../../enums/NCCOActions.mjs';
import '../../enums/NCCO/ConnectEventType.mjs';
import '../../enums/NCCO/MachineDetection.mjs';
import '../../types/NCCO/ConversationAction.mjs';
import '../../types/NCCO/DTMFSettings.mjs';
import '../../types/NCCO/InputAction.mjs';
import '../../types/NCCO/SpeechSettings.mjs';
import '../../types/NCCO/NotifyAction.mjs';
import '../../types/NCCO/RecordAction.mjs';
import '../../enums/NCCO/RecordingFormat.mjs';
import '../../types/NCCO/StreamAction.mjs';
import '../../types/NCCO/TalkAction.mjs';
import '../../enums/TTSLanguages.mjs';
import '../../types/NCCO/Action.mjs';
import '../../types/NCCO/NCCOActions.mjs';