bruno/memori-engine/Intents/Lists Intent Slot objects with pagination.bru

18 lines
242 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Lists Intent Slot objects with pagination.
type: http
seq: 8
}
get {
url: {{baseUrl}}/memori/v2/IntentSlots/:strSessionID/:from/:howMany
body: none
auth: none
}
params:path {
strSessionID:
from:
howMany:
}