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

25 lines
350 B
Plaintext
Raw Permalink Normal View History

2024-07-16 10:15:30 +02:00
meta {
2025-03-26 15:08:31 +01:00
name: Submits a Place Selected event to the session's Dialog State Machine.
2024-07-16 10:15:30 +02:00
type: http
seq: 8
}
post {
2025-03-26 15:08:31 +01:00
url: {{baseUrl}}/memori/v2/PlaceSelectedEvent/:strSessionID
2024-07-16 10:15:30 +02:00
body: json
auth: none
}
params:path {
2025-03-26 15:08:31 +01:00
strSessionID:
2024-07-16 10:15:30 +02:00
}
body:json {
{
"placeName": "",
"latitude": "",
"longitude": "",
"uncertaintyKm": ""
}
}