bruno/memori-engine/Intents/Updates an existing Intent Slot object-.bru

31 lines
489 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
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": ""
}
}