import { ChatbotAnalytics } from "@isosceles-ai/sdk/models/components";
let value: ChatbotAnalytics = {
numberOfChats: 1,
numberOfMessages: 2,
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
numberOfChats |
number | ➖ | The number of chats the chatbot has participated in | 1 |
numberOfMessages |
number | ➖ | The total number of messages the chatbot has exchanged | 2 |