@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
10 lines (7 loc) • 328 B
TypeScript
import { ConversationAction as ConversationAction$1 } from '../../types/NCCO/ConversationAction.js';
import '../../enums/NCCOActions.js';
/**
* @deprecated This interface is deprecated. Please update to use the ConnectionActionType type
*/
type ConversationAction = ConversationAction$1;
export type { ConversationAction };