Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Variable pieInstructionHelperConst

    pieInstructionHelper: {
        playFiles: (
            ids: string[],
            locale?: TtsVoice,
        ) => SvamlInstructionPlayFiles;
        say: (text: string, locale?: TtsVoice) => SvamlInstructionSay;
        sendDtmf: (dtmfValue: string) => SvamlInstructionSendDtmf;
        setCookie: (name: string, value: string) => SvamlInstructionSetCookie;
        startRecording: (
            startRecordingOptions: StartRecordingOptions,
        ) => SvamlInstructionStartRecording;
        stopRecording: () => SvamlInstructionStopRecording;
    }

    Type Declaration