Intents matches statistics

Get for each intent the matches statistics for a given period

Response

AttributeTypeDescription
data[].typestringalways "intent_match_stats"
data[].intentIDstringthe intent id
data[].intentNamestringthe intent name
data[].matchesCountintthe number of matches
data[].matchesPercentfloatthe matches percent
{
    "data": [
        {
            "type": "intent_match_stats",
            "intentID": "a2a2a2a2a2a2a2a2a2a2a2a2",
            "intentName": "intent_stat_test",
            "matchesCount": 17,
            "matchesPercent": 0.298245614
        },
        {
            "type": "intent_match_stats",
            "intentID": "b1b1b1b1b1b1b1b1b1b1b1b1",
            "intentName": "intent_stat_test",
            "matchesCount": 25,
            "matchesPercent": 0.4385964912
        },
    ]
}
Language