42 lines
720 B
Plaintext
42 lines
720 B
Plaintext
|
|
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": ""
|
||
|
|
}
|
||
|
|
}
|