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

23 lines
304 B
Plaintext

meta {
name: Submits a Date Selected event to the session's Dialog State Machine.
type: http
seq: 7
}
post {
url: {{baseUrl}}/memori/v2/DateSelectedEvent/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"date": "",
"uncertaintyDays": ""
}
}