29 lines
479 B
Plaintext
29 lines
479 B
Plaintext
|
|
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": ""
|
||
|
|
}
|
||
|
|
}
|