Please help us understand the intent/usage of the Event messages.
In the example event message you can pass an array ofentity type and data associated with it
{
"version": "2",
"type": "event",
"seq": 12,
"serverseq": 11,
"id": "e160e428-53e2-487c-977d-96989bf5c99d",
"parameters": {
"entities": [
{
"type": "example",
"data": {
"foo": "bar",
"baz": false,
"qux": 12345
}
}
]
}
}
The only two Entity Types today seem to be BargeIn and BotTurn Response
If we envoke the BotTurnResponse can this data be surfaced in Genesys Cloud?
The event method I see and we've tested can happen during the bot conversation. How would that look within the architect flow? Would it take the success path even though the session is active?
There is a mention, on the Developer Center, for the botTurnResponse event: This event is optional, but if sent, will be used for Historical Execution reporting.
At this time, the information is not stored/surfaced.
Engineering informed me that they plan to include that information in the Architect Flow Execution History later, but it isn't GA/Available at this stage.