meta { name: Exports functions, intents and intentSlots of a Memori object to a JSONL file type: http seq: 6 } post { url: {{baseUrl}}/api/v2/ImportExport/ExportFunctionsIntents/:strToken/:strMemoriID body: json auth: none } params:path { strToken: strMemoriID: } body:json { { "exportFunctions": "", "exportIntents": "", "exportIntentSlots": "", "functionsIds": [], "intentsIds": [], "intentSlotsIds": [], "password": "" } }