bruno/memori-engine/Dialog/Submits a Timeout event to the session's Dialog State Machine.bru

16 lines
228 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
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:
}