bruno/memori-engine/Intents/Updates an existing Intent object-.bru
2024-07-16 11:15:30 +03:00

33 lines
530 B
Plaintext

meta {
name: Updates an existing Intent object-
type: http
seq: 4
}
patch {
url: https://engine.memori.ai/memori/v2/Intent/{strSessionID}/{strIntentID}
body: json
auth: none
}
params:path {
strSessionID:
strIntentID:
}
body:json {
{
"intentID": "",
"intentType": "",
"name": "",
"utterances": [],
"timeoutIntent": "",
"webHook": "",
"validityMinutes": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}