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

    Variable svamlInstructionHelperConst

    svamlInstructionHelper: {
        buildAnswer: () => SvamlInstructionAnswer;
        buildPlayFiles: (
            ids: string[],
            locale?: TtsVoice,
        ) => SvamlInstructionPlayFiles;
        buildSay: (text: string, locale?: TtsVoice) => SvamlInstructionSay;
        buildSendDtmf: (dtmfValue: string) => SvamlInstructionSendDtmf;
        buildSetCookie: (name: string, value: string) => SvamlInstructionSetCookie;
        buildStartRecording: (
            startRecordingOptions: StartRecordingOptions,
        ) => SvamlInstructionStartRecording;
        buildStopRecording: () => SvamlInstructionStopRecording;
    }

    Type Declaration