bruno/memori-engine/Dialog/Submits a Medium Selected event to the session's Dialog State Machine.bru
2025-03-26 16:08:31 +02:00

33 lines
540 B
Plaintext

meta {
name: Submits a Medium Selected event to the session's Dialog State Machine.
type: http
seq: 6
}
post {
url: {{baseUrl}}/memori/v2/MediumSelectedEvent/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"medium": {
"mediumID": "",
"url": "",
"content": "",
"mimeType": "",
"title": "",
"properties": {},
"creationTimestamp": "",
"creationSessionID": "",
"lastChangeTimestamp": "",
"lastChangeSessionID": ""
}
}
}