bruno/memori-engine/Session/Returns the current state of a session's Dialog State Machine.bru

16 lines
222 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Returns the current state of a session's Dialog State Machine.
type: http
seq: 2
}
get {
url: {{baseUrl}}/memori/v2/Session/:strSessionID
body: none
auth: none
}
params:path {
strSessionID:
}