31 lines
476 B
Plaintext
31 lines
476 B
Plaintext
meta {
|
|
name: Updates an existing Intent Slot object.
|
|
type: http
|
|
seq: 10
|
|
}
|
|
|
|
patch {
|
|
url: {{baseUrl}}/memori/v2/IntentSlot/:strSessionID/:strSlotID
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
strSlotID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"intentSlotID": "",
|
|
"name": "",
|
|
"values": [],
|
|
"webHook": "",
|
|
"validityMinutes": "",
|
|
"creationTimestamp": "",
|
|
"creationSessionID": "",
|
|
"lastChangeTimestamp": "",
|
|
"lastChangeSessionID": ""
|
|
}
|
|
}
|