bruno/memori-engine/Intents/Updates an existing Intent object.bru

42 lines
720 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Updates an existing Intent object.
type: http
seq: 4
}
patch {
url: {{baseUrl}}/memori/v2/Intent/:strSessionID/:strIntentID
body: json
auth: none
}
params:path {
strSessionID:
strIntentID:
}
body:json {
{
"intentID": "",
"intentType": "",
"name": "",
"utterances": [
{
"utteranceID": "",
"text": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
],
"timeoutIntent": "",
"webHook": "",
"validityMinutes": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}