16 lines
228 B
Plaintext
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:
|
||
|
|
}
|