Allow for a shorter time window for intent history
The intent history tool is currently aggregated as a rolling window that goes back 30 days and covers any day where at least 10 unique users used the skill. Unfortunately, there is no way to view data from a smaller, more recent window. This is particularly troublesome for iterative design, as the process to enhance your intent model is extremely slow, something like:
-Use Intent History to find cases where users are hitting the wrong intent, and fix skill (1 day)
-Certification (1 week)
-Wait for Intent History to clear out utterance misfires that were part of the rolling window from before the day your skill's changes went live (30 days)
-View Intent History data again and confirm that the same utterances no longer match the incorrect intent, and that no new mismatches have occurred.
A 5 week turnaround on fixing your skill's interaction model does not lend itself to continuing to improve your skill in a continuous way. As such...
As a skill developer, on the intent history page of the developer console, I would like the ability to request a more granular rolling aggregation window for intent history data. All preexisting rules regarding data anonymization and minimum input thresholds can (and should) be mantained.
