meta { name: Updates an existing Intent Slot object- type: http seq: 10 } patch { url: https://engine.memori.ai/memori/v2/IntentSlot/{strSessionID}/{strSlotID} body: json auth: none } params:path { strSessionID: strSlotID: } body:json { { "intentSlotID": "", "name": "", "values": [], "webHook": "", "validityMinutes": "", "creationTimestamp": "", "creationSessionID": "", "lastChangeTimestamp": "", "lastChangeSessionID": "" } }