@sirhc77/signalwire-rest-sdk
Version:
An SDK for the SignalWire REST API
280 lines • 31.9 kB
TypeScript
import { SWML, SWMLAIHint, SWMLAILanguage, SWMLAIMethod, SWMLAIParameters, SWMLAIParams, SWMLAIPrompt, SWMLAIPronounce, SWMLAnswerMethod, SWMLAnswerParameters, SWMLCondElseParameters, SWMLCondMethod, SWMLCondParameters, SWMLCondWhenThenParameters, SWMLConnectDestination, SWMLConnectDialingParameter, SWMLConnectHeader, SWMLConnectMethod, SWMLConnectParallelDialingParameter, SWMLConnectParameters, SWMLConnectSerialDialingParameter, SWMLConnectSerialParallelDialingParameter, SWMLConnectToDialingParameter, SWMLDenoiseMethod, SWMLDetectMachineMethod, SWMLDetectMachineParameters, SWMLExecuteMethod, SWMLExecuteParameters, SWMLGotoMethod, SWMLGotoParameters, SWMLHangupMethod, SWMLHangupParameters, SWMLJoinRoomMethod, SWMLJoinRoomParameters, SWMLLabelMethod, SWMLLiveTranscribeAction, SWMLLiveTranscribeMethod, SWMLLiveTranscribeParameters, SWMLLiveTranscribeStartAction, SWMLLiveTranscribeStopAction, SWMLLiveTranscribeSummarizeAction, SWMLLiveTranslateAction, SWMLLiveTranslateInjectAction, SWMLLiveTranslateMethod, SWMLLiveTranslateParameters, SWMLLiveTranslateStartAction, SWMLLiveTranslateStopAction, SWMLLiveTranslateSummarizeAction, SWMLMethod, SWMLPayMethod, SWMLPayParameter, SWMLPayParameters, SWMLPayPrompt, SWMLPayPromptAction, SWMLPlayableSound, SWMLPlayMethod, SWMLPlayParameters, SWMLPlayUrl, SWMLPlayUrls, SWMLPromptMethod, SWMLPromptParameters, SWMLReceiveFaxMethod, SWMLReceiveFaxParameters, SWMLRecordCallMethod, SWMLRecordCallParameters, SWMLRecordMethod, SWMLRecordParameters, SWMLRequestMethod, SWMLRequestParameters, SWMLReturnMethod, SWMLSendDigitsMethod, SWMLSendDigitsParameters, SWMLSendFaxMethod, SWMLSendFaxParameters, SWMLSendMMSMessageParameters, SWMLSendSMSMessageParameters, SWMLSendSMSMethod, SWMLSendSMSParameters, SWMLSetMethod, SWMLSIPReferMethod, SWMLSIPReferParameters, SWMLSleepMethod, SWMLSleepParameters, SWMLStopDenoiseMethod, SWMLStopRecordCallMethod, SWMLStopRecordCallParameters, SWMLStopTapMethod, SWMLStopTapParameters, SWMLSWAIG, SWMLSWAIGDataMap, SWMLSWAIGDataMapExpression, SWMLSWAIGDataMapOutput, SWMLSWAIGDataMapOutputAction, SWMLSWAIGDataMapOutputContextSwitchAction, SWMLSWAIGDataMapOutputPlaybackBGAction, SWMLSWAIGDataMapOutputSayAction, SWMLSWAIGDataMapOutputSetGlobalDataAction, SWMLSWAIGDataMapOutputSetMetaDataAction, SWMLSWAIGDataMapOutputStopAction, SWMLSWAIGDataMapOutputStopPlaybackBGAction, SWMLSWAIGDataMapOutputSWMLAction, SWMLSWAIGDataMapOutputToggleFunction, SWMLSWAIGDataMapOutputToggleFunctionsAction, SWMLSWAIGDataMapOutputUnsetGlobalDataAction, SWMLSWAIGDataMapOutputUnsetMetaDataAction, SWMLSWAIGDataMapOutputUserInputAction, SWMLSWAIGDataMapWebhook, SWMLSWAIGDataMapWebhookForeach, SWMLSWAIGDefaults, SWMLSWAIGFunction, SWMLSWAIGFunctionFillers, SWMLSWAIGFunctionParameterAllOfProperty, SWMLSWAIGFunctionParameterAnyOfProperty, SWMLSWAIGFunctionParameterArrayProperty, SWMLSWAIGFunctionParameterBooleanProperty, SWMLSWAIGFunctionParameterConstProperty, SWMLSWAIGFunctionParameterIntegerProperty, SWMLSWAIGFunctionParameterNumberProperty, SWMLSWAIGFunctionParameterObjectProperty, SWMLSWAIGFunctionParameterOneOfProperty, SWMLSWAIGFunctionParameterProperties, SWMLSWAIGFunctionParameterProperty, SWMLSWAIGFunctionParameters, SWMLSWAIGFunctionParameterStringProperty, SWMLSWAIGInclude, SWMLSWAIGInternalFiller, SWMLSWAIGVisualInputFiller, SWMLSwitchCaseParameters, SWMLSwitchMethod, SWMLSwitchParameters, SWMLTapMethod, SWMLTapParameters, SWMLTransferMethod, SWMLTransferParameters, SWMLUnsetMethod, SWMLUnsetParameters, SWMLUserEventMethod, SWMLUserEventParameters } from "./SWMLTypes";
export declare function convertSWMLAIHintToJSON(hint: SWMLAIHint): any;
export declare function convertJSONToSWMLAIHint(json: any): SWMLAIHint;
export declare function convertSWMLAILanguageToJSON(language: SWMLAILanguage): any;
export declare function convertJSONToSWMLAILanguage(json: any): SWMLAILanguage;
export declare function convertSWMLAIParamsToJSON(params?: SWMLAIParams): any;
export declare function convertJSONToSWMLAIParams(json: any): SWMLAIParams;
export declare function convertSWMLAIPromptToJSON(prompt?: SWMLAIPrompt): any;
export declare function convertJSONToSWMLAIPrompt(json?: any): SWMLAIPrompt | undefined;
export declare function convertSWMLAIPronounceToJSON(pronounce: SWMLAIPronounce): any;
export declare function convertJSONToSWMLAIPronounce(json: any): SWMLAIPronounce;
export declare function convertSWMLSWAIGDefaultsToJSON(defaults?: SWMLSWAIGDefaults): any;
export declare function convertJSONToSWMLSWAIGDefaults(json?: any): SWMLSWAIGDefaults | undefined;
export declare function convertSWMLSWAIGDataMapOutputSWMLActionToJSON(action: SWMLSWAIGDataMapOutputSWMLAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputSWMLAction(json: any): SWMLSWAIGDataMapOutputSWMLAction;
export declare function convertSWMLSWAIGDataMapOutputSayActionToJSON(action: SWMLSWAIGDataMapOutputSayAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputSayAction(json: any): SWMLSWAIGDataMapOutputSayAction;
export declare function convertSWMLSWAIGDataMapOutputStopActionToJSON(action: SWMLSWAIGDataMapOutputStopAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputStopAction(json: any): SWMLSWAIGDataMapOutputStopAction;
export declare function convertSWMLSWAIGDataMapOutputToggleFunctionToJSON(toggleFunction: SWMLSWAIGDataMapOutputToggleFunction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputToggleFunction(json: any): SWMLSWAIGDataMapOutputToggleFunction;
export declare function convertSWMLSWAIGDataMapOutputToggleFunctionsActionToJSON(toggleFunctionsAction: SWMLSWAIGDataMapOutputToggleFunctionsAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputToggleFunctionsAction(json: any): SWMLSWAIGDataMapOutputToggleFunctionsAction;
export declare function convertSWMLSWAIGDataMapOutputSetGlobalDataActionToJSON(action: SWMLSWAIGDataMapOutputSetGlobalDataAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputSetGlobalDataAction(json: any): SWMLSWAIGDataMapOutputSetGlobalDataAction;
export declare function convertSWMLSWAIGDataMapOutputSetMetaDataActionToJSON(action: SWMLSWAIGDataMapOutputSetMetaDataAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputSetMetaDataAction(json: any): SWMLSWAIGDataMapOutputSetMetaDataAction;
export declare function convertSWMLSWAIGDataMapOutputUnsetGlobalDataActionToJSON(action: SWMLSWAIGDataMapOutputUnsetGlobalDataAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputUnsetGlobalDataAction(json: any): SWMLSWAIGDataMapOutputUnsetGlobalDataAction;
export declare function convertSWMLSWAIGDataMapOutputUnsetMetaDataActionToJSON(action: SWMLSWAIGDataMapOutputUnsetMetaDataAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputUnsetMetaDataAction(json: any): SWMLSWAIGDataMapOutputUnsetMetaDataAction;
export declare function convertSWMLSWAIGDataMapOutputPlaybackBGActionToJSON(action: SWMLSWAIGDataMapOutputPlaybackBGAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputPlaybackBGAction(json: any): SWMLSWAIGDataMapOutputPlaybackBGAction;
export declare function convertSWMLSWAIGDataMapOutputStopPlaybackBGActionToJSON(action: SWMLSWAIGDataMapOutputStopPlaybackBGAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputStopPlaybackBGAction(json: any): SWMLSWAIGDataMapOutputStopPlaybackBGAction;
export declare function convertSWMLSWAIGDataMapOutputUserInputActionToJSON(action: SWMLSWAIGDataMapOutputUserInputAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputUserInputAction(json: any): SWMLSWAIGDataMapOutputUserInputAction;
export declare function convertSWMLSWAIGDataMapOutputContextSwitchActionToJSON(action: SWMLSWAIGDataMapOutputContextSwitchAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputContextSwitchAction(json: any): SWMLSWAIGDataMapOutputContextSwitchAction;
export declare function convertSWMLSWAIGDataMapOutputActionToJSON(action: SWMLSWAIGDataMapOutputAction): any;
export declare function convertJSONToSWMLSWAIGDataMapOutputAction(json: any): SWMLSWAIGDataMapOutputAction;
export declare function convertSWMLSWAIGDataMapOutputToJSON(output: SWMLSWAIGDataMapOutput): any;
export declare function convertJSONToSWMLSWAIGDataMapOutput(json: any): SWMLSWAIGDataMapOutput;
export declare function convertSWMLSWAIGDataMapExpressionToJSON(expression: SWMLSWAIGDataMapExpression): any;
export declare function convertJSONToSWMLSWAIGDataMapExpression(json: any): SWMLSWAIGDataMapExpression;
export declare function convertSWMLSWAIGDataMapWebhookForeachToJSON(foreach?: SWMLSWAIGDataMapWebhookForeach): any;
export declare function convertJSONToSWMLSWAIGDataMapWebhookForeach(json?: any): SWMLSWAIGDataMapWebhookForeach | undefined;
export declare function convertSWMLSWAIGDataMapWebhookToJSON(webhook: SWMLSWAIGDataMapWebhook): any;
export declare function convertJSONToSWMLSWAIGDataMapWebhook(json: any): SWMLSWAIGDataMapWebhook;
export declare function convertSWMLSWAIGDataMapToJSON(dataMap?: SWMLSWAIGDataMap): any;
export declare function convertJSONToSWMLSWAIGDataMap(json?: any): SWMLSWAIGDataMap | undefined;
export declare function convertSWMLSWAIGFunctionParameterStringPropertyToJSON(property: SWMLSWAIGFunctionParameterStringProperty): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterStringProperty(json: any): SWMLSWAIGFunctionParameterStringProperty;
export declare function convertSWMLSWAIGFunctionParameterIntegerPropertyToJSON(property: SWMLSWAIGFunctionParameterIntegerProperty): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterIntegerProperty(json: any): SWMLSWAIGFunctionParameterIntegerProperty;
export declare function convertSWMLSWAIGFunctionParameterNumberPropertyToJSON(property: SWMLSWAIGFunctionParameterNumberProperty): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterNumberProperty(json: any): SWMLSWAIGFunctionParameterNumberProperty;
export declare function convertSWMLSWAIGFunctionParameterBooleanPropertyToJSON(property: SWMLSWAIGFunctionParameterBooleanProperty): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterBooleanProperty(json: any): SWMLSWAIGFunctionParameterBooleanProperty;
export declare function convertSWMLSWAIGFunctionParameterArrayPropertyToJSON(property: SWMLSWAIGFunctionParameterArrayProperty): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterArrayProperty(json: any): SWMLSWAIGFunctionParameterArrayProperty;
export declare function convertSWMLSWAIGFunctionParameterPropertiesToJSON(properties: SWMLSWAIGFunctionParameterProperties): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterProperties(json: any): SWMLSWAIGFunctionParameterProperties;
export declare function convertSWMLSWAIGFunctionParameterObjectPropertyToJSON(property: SWMLSWAIGFunctionParameterObjectProperty): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterObjectProperty(json: any): SWMLSWAIGFunctionParameterObjectProperty;
export declare function convertSWMLSWAIGFunctionParameterOneOfPropertyToJSON(property: SWMLSWAIGFunctionParameterOneOfProperty): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterOneOfProperty(json: any): SWMLSWAIGFunctionParameterOneOfProperty;
export declare function convertSWMLSWAIGFunctionParameterAllOfPropertyToJSON(property: SWMLSWAIGFunctionParameterAllOfProperty): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterAllOfProperty(json: any): SWMLSWAIGFunctionParameterAllOfProperty;
export declare function convertSWMLSWAIGFunctionParameterAnyOfPropertyToJSON(property: SWMLSWAIGFunctionParameterAnyOfProperty): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterAnyOfProperty(json: any): SWMLSWAIGFunctionParameterAnyOfProperty;
export declare function convertSWMLSWAIGFunctionParameterConstPropertyToJSON(property: SWMLSWAIGFunctionParameterConstProperty): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterConstProperty(json: any): SWMLSWAIGFunctionParameterConstProperty;
export declare function convertSWMLSWAIGFunctionParameterPropertyToJSON(property: SWMLSWAIGFunctionParameterProperty): any;
export declare function convertJSONToSWMLSWAIGFunctionParameterProperty(json: any): SWMLSWAIGFunctionParameterProperty;
export declare function convertSWMLSWAIGFunctionParametersToJSON(parameters?: SWMLSWAIGFunctionParameters): any;
export declare function convertJSONToSWMLSWAIGFunctionParameters(json?: any): SWMLSWAIGFunctionParameters | undefined;
export declare function convertSWMLSWAIGFunctionFillersToJSON(fillers?: SWMLSWAIGFunctionFillers): any;
export declare function convertJSONToSWMLSWAIGFunctionFillers(json: any): SWMLSWAIGFunctionFillers;
export declare function convertSWMLSWAIGFunctionToJSON(func: SWMLSWAIGFunction): any;
export declare function convertJSONToSWMLSWAIGFunction(json: any): SWMLSWAIGFunction;
export declare function convertSWMLSWAIGIncludeToJSON(include: SWMLSWAIGInclude): any;
export declare function convertJSONToSWMLSWAIGInclude(json: any): SWMLSWAIGInclude;
export declare function convertSWMLSWAIGVisualInputFillerToJSON(filler: SWMLSWAIGVisualInputFiller): any;
export declare function convertJSONToSWMLSWAIGVisualInputFiller(json: any): SWMLSWAIGVisualInputFiller;
export declare function convertSWMLSWAIGInternalFillerToJSON(filler?: SWMLSWAIGInternalFiller): any;
export declare function convertJSONToSWMLSWAIGInternalFiller(json?: any): SWMLSWAIGInternalFiller | undefined;
export declare function convertSWMLSWAIGToJSON(swaig?: SWMLSWAIG): any;
export declare function convertJSONToSWMLSWAIG(json?: any): SWMLSWAIG | undefined;
export declare function convertSWMLAIHintsToJSON(hints?: string[] | SWMLAIHint[]): any;
export declare function convertJSONToSWMLAIHints(json?: any): string[] | SWMLAIHint[] | undefined;
export declare function convertSWMLAIParametersToJSON(parameters: SWMLAIParameters): any;
export declare function convertJSONToSWMLAIParameters(json: any): SWMLAIParameters;
export declare function convertSWMLAIMethodToJSON(method: SWMLAIMethod): any;
export declare function convertJSONToSWMLAIMethod(json: any): SWMLAIMethod;
export declare function convertSWMLAnswerParametersToJSON(parameters: SWMLAnswerParameters): any;
export declare function convertJSONToSWMLAnswerParameters(json: any): SWMLAnswerParameters;
export declare function convertSWMLAnswerMethodToJSON(method: SWMLAnswerMethod): any;
export declare function convertJSONToSWMLAnswerMethod(json: any): SWMLAnswerMethod;
export declare function convertSWMLCondWhenThenParametersToJSON(parameters: SWMLCondWhenThenParameters): any;
export declare function convertJSONToSWMLCondWhenThenParameters(json: any): SWMLCondWhenThenParameters;
export declare function convertSWMLCondElseParametersToJSON(parameters: SWMLCondElseParameters): any;
export declare function convertJSONToSWMLCondElseParameters(json: any): SWMLCondElseParameters;
export declare function convertSWMLCondParametersToJSON(parameters: SWMLCondParameters): any;
export declare function convertJSONToSWMLCondParameters(json: any): SWMLCondParameters;
export declare function convertSWMLCondMethodToJSON(method: SWMLCondMethod): any;
export declare function convertJSONToSWMLCondMethod(json: any): SWMLCondMethod;
export declare function convertSWMLConnectHeaderToJSON(header: SWMLConnectHeader): any;
export declare function convertJSONToSWMLConnectHeader(json: any): SWMLConnectHeader;
export declare function convertSWMLConnectToDialingParameterToJSONObject(parameter: SWMLConnectToDialingParameter): any;
export declare function convertToParameterToSWMLConnectToDialingParameter(to: string): SWMLConnectToDialingParameter;
export declare function convertSWMLConnectDestinationToJSON(destination: SWMLConnectDestination): any;
export declare function convertJSONToSWMLConnectDestination(json: any): SWMLConnectDestination;
export declare function convertSWMLConnectSerialDialingParameterToJSONObject(parameter: SWMLConnectSerialDialingParameter): any;
export declare function convertJSONObjectToSWMLConnectSerialDialingParameter(json: any): SWMLConnectSerialDialingParameter;
export declare function convertSWMLConnectParallelDialingParameterToJSONObject(parameter: SWMLConnectParallelDialingParameter): any;
export declare function convertJSONObjectToSWMLConnectParallelDialingParameter(json: any): SWMLConnectParallelDialingParameter;
export declare function convertSWMLConnectSerialParallelDialingParameterToJSONObject(parameter: SWMLConnectSerialParallelDialingParameter): any;
export declare function convertJSONObjectToSWMLConnectSerialParallelDialingParameter(json: any): SWMLConnectSerialParallelDialingParameter;
export declare function convertSWMLConnectDialingParameterToJSONObject(parameter: SWMLConnectDialingParameter): any;
export declare function convertJSONObjectToSWMLConnectDialingParameter(json: any): SWMLConnectDialingParameter;
export declare function convertSWMLConnectParametersToJSON(parameters: SWMLConnectParameters): any;
export declare function convertJSONToSWMLConnectParameters(json: any): SWMLConnectParameters;
export declare function convertSWMLConnectMethodToJSON(method: SWMLConnectMethod): any;
export declare function convertJSONToSWMLConnectMethod(json: any): SWMLConnectMethod;
export declare function convertSWMLDenoiseMethodToJSON(method: SWMLDenoiseMethod): any;
export declare function convertJSONToSWMLDenoiseMethod(json: any): SWMLDenoiseMethod;
export declare function convertSWMLDetectMachineParametersToJSON(parameters: SWMLDetectMachineParameters): any;
export declare function convertJSONToSWMLDetectMachineParameters(json: any): SWMLDetectMachineParameters;
export declare function convertSWMLDetectMachineMethodToJSON(method: SWMLDetectMachineMethod): any;
export declare function convertJSONToSWMLDetectMachineMethod(json: any): SWMLDetectMachineMethod;
export declare function convertSWMLExecuteParametersToJSON(parameters: SWMLExecuteParameters): any;
export declare function convertJSONToSWMLExecuteParameters(json: any): SWMLExecuteParameters;
export declare function convertSWMLExecuteMethodToJSON(method: SWMLExecuteMethod): any;
export declare function convertJSONToSWMLExecuteMethod(json: any): SWMLExecuteMethod;
export declare function convertSWMLGotoParametersToJSON(parameters: SWMLGotoParameters): any;
export declare function convertJSONToSWMLGotoParameters(json: any): SWMLGotoParameters;
export declare function convertSWMLGotoMethodToJSON(method: SWMLGotoMethod): any;
export declare function convertJSONToSWMLGotoMethod(json: any): SWMLGotoMethod;
export declare function convertSWMLHangupParametersToJSON(parameters: SWMLHangupParameters): any;
export declare function convertJSONToSWMLHangupParameters(json: any): SWMLHangupParameters;
export declare function convertSWMLHangupMethodToJSON(method: SWMLHangupMethod): any;
export declare function convertJSONToSWMLHangupMethod(json: any): SWMLHangupMethod;
export declare function convertSWMLJoinRoomParametersToJSON(parameters: SWMLJoinRoomParameters): any;
export declare function convertJSONToSWMLJoinRoomParameters(json: any): SWMLJoinRoomParameters;
export declare function convertSWMLJoinRoomMethodToJSON(method: SWMLJoinRoomMethod): any;
export declare function convertJSONToSWMLJoinRoomMethod(json: any): SWMLJoinRoomMethod;
export declare function convertSWMLLabelMethodToJSON(method: SWMLLabelMethod): any;
export declare function convertJSONToSWMLLabelMethod(json: any): SWMLLabelMethod;
export declare function convertSWMLLiveTranscribeStartActionToJSON(action: SWMLLiveTranscribeStartAction): any;
export declare function convertJSONToSWMLLiveTranscribeStartAction(json: any): SWMLLiveTranscribeStartAction;
export declare function convertSWMLLiveTranscribeStopActionToJSON(action: SWMLLiveTranscribeStopAction): any;
export declare function convertJSONToSWMLLiveTranscribeStopAction(json: any): SWMLLiveTranscribeStopAction;
export declare function convertSWMLLiveTranscribeSummarizeActionToJSON(action: SWMLLiveTranscribeSummarizeAction): any;
export declare function convertJSONToSWMLLiveTranscribeSummarizeAction(json: any): SWMLLiveTranscribeSummarizeAction;
export declare function convertSWMLLiveTranscribeActionToJSON(action: SWMLLiveTranscribeAction): any;
export declare function convertJSONToSWMLLiveTranscribeAction(json: any): SWMLLiveTranscribeAction;
export declare function convertSWMLLiveTranscribeParametersToJSON(parameters: SWMLLiveTranscribeParameters): any;
export declare function convertJSONToSWMLLiveTranscribeParameters(json: any): SWMLLiveTranscribeParameters;
export declare function convertSWMLLiveTranscribeMethodToJSON(method: SWMLLiveTranscribeMethod): any;
export declare function convertJSONToSWMLLiveTranscribeMethod(json: any): SWMLLiveTranscribeMethod;
export declare function convertSWMLLiveTranslateStartActionToJSON(action: SWMLLiveTranslateStartAction): any;
export declare function convertJSONToSWMLLiveTranslateStartAction(json: any): SWMLLiveTranslateStartAction;
export declare function convertSWMLLiveTranslateStopActionToJSON(action: SWMLLiveTranslateStopAction): any;
export declare function convertJSONToSWMLLiveTranslateStopAction(json: any): SWMLLiveTranslateStopAction;
export declare function convertSWMLLiveTranslateSummarizeActionToJSON(action: SWMLLiveTranslateSummarizeAction): any;
export declare function convertJSONToSWMLLiveTranslateSummarizeAction(json: any): SWMLLiveTranslateSummarizeAction;
export declare function convertSWMLLiveTranslateInjectActionToJSON(action: SWMLLiveTranslateInjectAction): any;
export declare function convertJSONToSWMLLiveTranslateInjectAction(json: any): SWMLLiveTranslateInjectAction;
export declare function convertSWMLLiveTranslateActionToJSON(action: SWMLLiveTranslateAction): any;
export declare function convertJSONToSWMLLiveTranslateAction(json: any): SWMLLiveTranslateAction;
export declare function convertSWMLLiveTranslateParametersToJSON(parameters: SWMLLiveTranslateParameters): any;
export declare function convertJSONToSWMLLiveTranslateParameters(json: any): SWMLLiveTranslateParameters;
export declare function convertSWMLLiveTranslateMethodToJSON(method: SWMLLiveTranslateMethod): any;
export declare function convertJSONToSWMLLiveTranslateMethod(json: any): SWMLLiveTranslateMethod;
export declare function convertSWMLPayParameterToJSON(parameter: SWMLPayParameter): any;
export declare function convertJSONToSWMLPayParameter(json: any): SWMLPayParameter;
export declare function convertSWMLPayPromptActionToJSON(action: SWMLPayPromptAction): any;
export declare function convertJSONToSWMLPayPromptAction(json: any): SWMLPayPromptAction;
export declare function convertSWMLPayPromptToJSON(prompt: SWMLPayPrompt): any;
export declare function convertJSONToSWMLPayPrompt(json: any): SWMLPayPrompt;
export declare function convertSWMLPayParametersToJSON(parameters: SWMLPayParameters): any;
export declare function convertJSONToSWMLPayParameters(json: any): SWMLPayParameters;
export declare function convertSWMLPayMethodToJSON(method: SWMLPayMethod): any;
export declare function convertJSONToSWMLPayMethod(json: any): SWMLPayMethod;
export declare function convertSWMLPlayUrlToJSONObject(playUrl: SWMLPlayUrl): any;
export declare function convertJSONObjectToSWMLPlayUrl(json: any): SWMLPlayUrl;
export declare function convertSWMLPlayUrlsToJSONObject(playUrls: SWMLPlayUrls): any;
export declare function convertJSONObjectToSWMLPlayUrls(json: any): SWMLPlayUrls;
export declare function convertSWMLPlayableSoundToJSONObject(playableSound: SWMLPlayableSound): any;
export declare function convertJSONObjectToSWMLPlayableSound(json: any): SWMLPlayableSound;
export declare function convertSWMLPlayParametersToJSON(playParameters: SWMLPlayParameters): any;
export declare function convertJSONToSWMLPlayParameters(json: any): SWMLPlayParameters;
export declare function convertSWMLPlayMethodToJSON(method: SWMLPlayMethod): any;
export declare function convertJSONToSWMLPlayMethod(json: any): SWMLPlayMethod;
export declare function convertSWMLPromptParametersToJSON(parameters: SWMLPromptParameters): any;
export declare function convertJSONToSWMLPromptParameters(json: any): SWMLPromptParameters;
export declare function convertSWMLPromptMethodToJSON(method: SWMLPromptMethod): any;
export declare function convertJSONToSWMLPromptMethod(json: any): SWMLPromptMethod;
export declare function convertSWMLReceiveFaxParametersToJSON(parameters: SWMLReceiveFaxParameters): any;
export declare function convertJSONToSWMLReceiveFaxParameters(json: any): SWMLReceiveFaxParameters;
export declare function convertSWMLReceiveFaxMethodToJSON(method: SWMLReceiveFaxMethod): any;
export declare function convertJSONToSWMLReceiveFaxMethod(json: any): SWMLReceiveFaxMethod;
export declare function convertSWMLRecordParametersToJSON(parameters: SWMLRecordParameters): any;
export declare function convertJSONToSWMLRecordParameters(json: any): SWMLRecordParameters;
export declare function convertSWMLRecordMethodToJSON(method: SWMLRecordMethod): any;
export declare function convertJSONToSWMLRecordMethod(json: any): SWMLRecordMethod;
export declare function convertSWMLRecordCallParametersToJSON(parameters: SWMLRecordCallParameters): any;
export declare function convertJSONToSWMLRecordCallParameters(json: any): SWMLRecordCallParameters;
export declare function convertSWMLRecordCallMethodToJSON(method: SWMLRecordCallMethod): any;
export declare function convertJSONToSWMLRecordCallMethod(json: any): SWMLRecordCallMethod;
export declare function convertSWMLRequestParametersToJSON(parameters: SWMLRequestParameters): any;
export declare function convertJSONToSWMLRequestParameters(json: any): SWMLRequestParameters;
export declare function convertSWMLRequestMethodToJSON(method: SWMLRequestMethod): any;
export declare function convertJSONToSWMLRequestMethod(json: any): SWMLRequestMethod;
export declare function convertSWMLReturnMethodToJSON(method: SWMLReturnMethod): any;
export declare function convertJSONToSWMLReturnMethod(json: any): SWMLReturnMethod;
export declare function convertSWMLSendDigitsParametersToJSON(parameters: SWMLSendDigitsParameters): any;
export declare function convertJSONToSWMLSendDigitsParameters(json: any): SWMLSendDigitsParameters;
export declare function convertSWMLSendDigitsMethodToJSON(method: SWMLSendDigitsMethod): any;
export declare function convertJSONToSWMLSendDigitsMethod(json: any): SWMLSendDigitsMethod;
export declare function convertSWMLSendFaxParametersToJSON(parameters: SWMLSendFaxParameters): any;
export declare function convertJSONToSWMLSendFaxParameters(json: any): SWMLSendFaxParameters;
export declare function convertSWMLSendFaxMethodToJSON(method: SWMLSendFaxMethod): any;
export declare function convertJSONToSWMLSendFaxMethod(json: any): SWMLSendFaxMethod;
export declare function convertSWMLSendSMSMessageParametersToJSON(parameters: SWMLSendSMSMessageParameters): any;
export declare function convertJSONToSWMLSendSMSMessageParameters(json: any): SWMLSendSMSMessageParameters;
export declare function convertSWMLSendMMSMessageParametersToJSON(parameters: SWMLSendMMSMessageParameters): any;
export declare function convertJSONToSWMLSendMMSMessageParameters(json: any): SWMLSendMMSMessageParameters;
export declare function convertSWMLSendSMSParametersToJSON(parameters: SWMLSendSMSParameters): any;
export declare function convertJSONToSWMLSendSMSParameters(json: any): SWMLSendSMSParameters;
export declare function convertSWMLSendSMSMethodToJSON(method: SWMLSendSMSMethod): any;
export declare function convertJSONToSWMLSendSMSMethod(json: any): SWMLSendSMSMethod;
export declare function convertSWMLSetMethodToJSON(method: SWMLSetMethod): any;
export declare function convertJSONToSWMLSetMethod(json: any): SWMLSetMethod;
export declare function convertSWMLSIPReferParametersToJSON(parameters: SWMLSIPReferParameters): any;
export declare function convertJSONToSWMLSIPReferParameters(json: any): SWMLSIPReferParameters;
export declare function convertSWMLSIPReferMethodToJSON(method: SWMLSIPReferMethod): any;
export declare function convertJSONToSWMLSIPReferMethod(json: any): SWMLSIPReferMethod;
export declare function convertSWMLSleepParametersToJSON(parameters: SWMLSleepParameters): any;
export declare function convertJSONToSWMLSleepParameters(json: any): SWMLSleepParameters;
export declare function convertSWMLSleepMethodToJSON(method: SWMLSleepMethod): any;
export declare function convertJSONToSWMLSleepMethod(json: any): SWMLSleepMethod;
export declare function convertSWMLStopDenoiseMethodToJSON(method: SWMLStopDenoiseMethod): any;
export declare function convertJSONToSWMLStopDenoiseMethod(json: any): SWMLStopDenoiseMethod;
export declare function convertSWMLStopRecordCallParametersToJSON(parameters: SWMLStopRecordCallParameters): any;
export declare function convertJSONToSWMLStopRecordCallParameters(json: any): SWMLStopRecordCallParameters;
export declare function convertSWMLStopRecordCallMethodToJSON(method: SWMLStopRecordCallMethod): any;
export declare function convertJSONToSWMLStopRecordCallMethod(json: any): SWMLStopRecordCallMethod;
export declare function convertSWMLStopTapParametersToJSON(parameters: SWMLStopTapParameters): any;
export declare function convertJSONToSWMLStopTapParameters(json: any): SWMLStopTapParameters;
export declare function convertSWMLStopTapMethodToJSON(method: SWMLStopTapMethod): any;
export declare function convertJSONToSWMLStopTapMethod(json: any): SWMLStopTapMethod;
export declare function convertSWMLSwitchCaseParametersToJSON(parameters: SWMLSwitchCaseParameters): any;
export declare function convertJSONToSWMLSwitchCaseParameters(json: any): SWMLSwitchCaseParameters;
export declare function convertSWMLSwitchParametersToJSON(parameters: SWMLSwitchParameters): any;
export declare function convertJSONToSWMLSwitchParameters(json: any): SWMLSwitchParameters;
export declare function convertSWMLSwitchMethodToJSON(method: SWMLSwitchMethod): any;
export declare function convertJSONToSWMLSwitchMethod(json: any): SWMLSwitchMethod;
export declare function convertSWMLTapParametersToJSON(parameters: SWMLTapParameters): any;
export declare function convertJSONToSWMLTapParameters(json: any): SWMLTapParameters;
export declare function convertSWMLTapMethodToJSON(method: SWMLTapMethod): any;
export declare function convertJSONToSWMLTapMethod(json: any): SWMLTapMethod;
export declare function convertSWMLTransferParametersToJSON(parameters: SWMLTransferParameters): any;
export declare function convertJSONToSWMLTransferParameters(json: any): SWMLTransferParameters;
export declare function convertSWMLTransferMethodToJSON(method: SWMLTransferMethod): any;
export declare function convertJSONToSWMLTransferMethod(json: any): SWMLTransferMethod;
export declare function convertSWMLUnsetParametersToJSON(parameters: SWMLUnsetParameters): any;
export declare function convertJSONToSWMLUnsetParameters(json: any): SWMLUnsetParameters;
export declare function convertSWMLUnsetMethodToJSON(method: SWMLUnsetMethod): any;
export declare function convertJSONToSWMLUnsetMethod(json: any): SWMLUnsetMethod;
export declare function convertSWMLUserEventParametersToJSON(parameters: SWMLUserEventParameters): any;
export declare function convertJSONToSWMLUserEventParameters(json: any): SWMLUserEventParameters;
export declare function convertSWMLUserEventMethodToJSON(method: SWMLUserEventMethod): any;
export declare function convertJSONToSWMLUserEventMethod(json: any): SWMLUserEventMethod;
export declare function convertSWMLMethodToJSON(method: SWMLMethod): any;
export declare function convertJSONToSWMLMethod(json: any): SWMLMethod;
export declare function convertSWMLToJSON(swml: SWML): any;
export declare function convertJSONToSWML(json: any): SWML;
//# sourceMappingURL=swmlModelConverters.d.ts.map