bruno/memori-engine/Dialog/Submits a Timeout event to the session's Dialog State Machine.bru
2025-03-26 16:08:31 +02:00

16 lines
228 B
Plaintext

meta {
name: Submits a Timeout event to the session's Dialog State Machine.
type: http
seq: 5
}
post {
url: {{baseUrl}}/memori/v2/TimeoutEvent/:strSessionID
body: none
auth: none
}
params:path {
strSessionID:
}