Trying to filter EventBridge for conversation.end events on a specific queue. The rule fails because the payload lacks queueId at the top level. Here is the JSON snippet:
{
"eventType": "conversation.end",
"data": {
"conversationId": "123"
}
}
Where is the queue info? Need to match it in the rule pattern.