25 lines
361 B
Plaintext
25 lines
361 B
Plaintext
|
|
meta {
|
||
|
|
name: Submits a Place Changed event to the session-s Dialog State Machine-
|
||
|
|
type: http
|
||
|
|
seq: 3
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: https://engine.memori.ai/memori/v2/PlaceChangedEvent/{strSessionID}
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
strSessionID:
|
||
|
|
}
|
||
|
|
|
||
|
|
body:json {
|
||
|
|
{
|
||
|
|
"placeName": "",
|
||
|
|
"latitude": "",
|
||
|
|
"longitude": "",
|
||
|
|
"uncertaintyKm": ""
|
||
|
|
}
|
||
|
|
}
|