33 lines
530 B
Plaintext
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": ""
|
|
}
|
|
}
|