@model LittleShop.DTOs.BotMetricsSummaryDto @{ ViewData["Title"] = $"Bot Metrics - {Model.BotName}"; var bot = ViewData["Bot"] as LittleShop.DTOs.BotDto; var sessionSummary = ViewData["SessionSummary"] as LittleShop.DTOs.BotSessionSummaryDto; var startDate = (DateTime)ViewData["StartDate"]!; var endDate = (DateTime)ViewData["EndDate"]!; }
Total Sessions
Total Orders
Total Revenue
Total Messages
No session data available
}| Metric Type | Total Value |
|---|---|
| @metric.Key | @metric.Value.ToString("F0") |