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": "" } }