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

25 lines
363 B
Plaintext
Raw Normal View History

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