bruno/memori-engine/Intents/Adds a new Intent object.bru
2025-03-26 16:08:31 +02:00

41 lines
681 B
Plaintext

meta {
name: Adds a new Intent object.
type: http
seq: 6
}
post {
url: {{baseUrl}}/memori/v2/Intent/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"intentID": "",
"intentType": "",
"name": "",
"utterances": [
{
"utteranceID": "",
"text": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
],
"timeoutIntent": "",
"webHook": "",
"validityMinutes": "",
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}