23 lines
317 B
Plaintext
23 lines
317 B
Plaintext
meta {
|
|
name: Submits a Date Selected event to the session-s Dialog State Machine-
|
|
type: http
|
|
seq: 7
|
|
}
|
|
|
|
post {
|
|
url: https://engine.memori.ai/memori/v2/DateSelectedEvent/{strSessionID}
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"date": "",
|
|
"uncertaintyDays": ""
|
|
}
|
|
}
|