Daily interlocutor interaction statistics

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Get statistic on interlocutor interaction with the bot

Response

AttributeTypeDescription
data[].typestringalways "timed_interlocutors_interactions_stats"
data[].datestringdate of statistic "2019-01-24"
data[].interactionsCountintthe number of interaction (messagesCount + buttonActionCount)
data[].messagesCountstringthe number of messages
data[].buttonActionsCountintthe number of button action
data[].interlocutorsCountintthe number of interlocutor who interact on the date
data[].interactionsPerInterlocutorCountfloatmean of number of interaction per interlocutor
data[].messagesPerInterlocutorCountfloatmean of number of message per interlocutor
data[].buttonActionsPerInterlocutorCountfloatmean of button action of interaction per interlocutor
{
    "data": [
        {
            "type": "timed_interlocutors_interactions_stats",
            "date": "2019-06-28",
            "interactionsCount": 1,
            "messagesCount": 1,
            "buttonActionsCount": 0,
            "interlocutorsCount": 1,
            "interactionsPerInterlocutorCount": 1,
            "messagesPerInterlocutorCount": 1,
            "buttonActionsPerInterlocutorCount": 0
        },
        {
            "type": "timed_interlocutors_interactions_stats",
            "date": "2019-06-27",
            "interactionsCount": 4,
            "messagesCount": 3,
            "buttonActionsCount": 1,
            "interlocutorsCount": 1,
            "interactionsPerInterlocutorCount": 4,
            "messagesPerInterlocutorCount": 3,
            "buttonActionsPerInterlocutorCount": 1
        },
        {
            "type": "timed_interlocutors_interactions_stats",
            "date": "2019-07-02",
            "interactionsCount": 6,
            "messagesCount": 3,
            "buttonActionsCount": 3,
            "interlocutorsCount": 1,
            "interactionsPerInterlocutorCount": 6,
            "messagesPerInterlocutorCount": 3,
            "buttonActionsPerInterlocutorCount": 3
        }
    ]
}
Path Params
string
required

a bot ID

Query Params
string
required

define the start date of the analysis, format must be %Y-%m-%d

string
required

define the end date of the analysis, format must be %Y-%m-%d.

int32

limit number of results

int32
Defaults to 1

page of results

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json