We are troubleshooting the Bot Aggregate API (https://developer.genesys.cloud/devapps/api-explorer#post-api-v2-analytics-bots-aggregates-queryAPI)
--> There is a messaging bot setup and in this bot there are no intents configured, however there are slots configured and being used. When we query the Bot Aggregate API when there is not an Intent\Slot combination, no slot data is returned from the Bot Aggregate API.
--> In the example below MainMenuSlot is not returned in the Bot Aggregate API Results, however we see it in the ReportingTurns results
--> When we query the Bot Aggregate API when there is a Intent\Slot combination, slot data is returned from the Bot Aggregate API. In the example below ProductName_Slot is returned in the Bot Aggregate API Results, and in the ReportingTurns results
Do you know if we are simply querying this incorrectly or is there a requirement for an Intent to be configured with a Slot.