bruno/memori-engine/Dialog/Submits a Text Entered event to the session's Dialog State Machine.bru

22 lines
275 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Submits a Text Entered event to the session's Dialog State Machine.
type: http
seq: 1
}
post {
url: {{baseUrl}}/memori/v2/TextEnteredEvent/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"text": ""
}
}