25 lines
350 B
Plaintext
25 lines
350 B
Plaintext
meta {
|
|
name: Submits a Place Selected event to the session's Dialog State Machine.
|
|
type: http
|
|
seq: 8
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/memori/v2/PlaceSelectedEvent/:strSessionID
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"placeName": "",
|
|
"latitude": "",
|
|
"longitude": "",
|
|
"uncertaintyKm": ""
|
|
}
|
|
}
|