22 lines
296 B
Plaintext
22 lines
296 B
Plaintext
meta {
|
|
name: Submits a Medium Selected event to the session-s Dialog State Machine-
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: https://engine.memori.ai/memori/v2/MediumSelectedEvent/{strSessionID}
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"medium": ""
|
|
}
|
|
}
|