bruno/memori-engine/Dialog/Submits a Text Entered event to the session-s Dialog State Machine-.bru
2024-07-16 11:15:30 +03:00

22 lines
288 B
Plaintext

meta {
name: Submits a Text Entered event to the session-s Dialog State Machine-
type: http
seq: 1
}
post {
url: https://engine.memori.ai/memori/v2/TextEnteredEvent/{strSessionID}
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"text": ""
}
}