API Reference
Class
ChatGptDailyTokenUsageDay
Represents one day's token usage breakdown by product surface.
Inheritance
- Object
- ChatGptDailyTokenUsageDay
Constructors
public ChatGptDailyTokenUsageDay(String date, IReadOnlyDictionary<String, Double> productSurfaceUsageValues, JsonObject raw, JsonObject additional) #Initializes a new daily token usage row.
Parameters
- date System.String
- productSurfaceUsageValues System.Collections.Generic.IReadOnlyDictionary{System.String,System.Double}
- raw IntelligenceX.Json.JsonObject
- additional IntelligenceX.Json.JsonObject
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Date { get; } #Gets the bucket date.
public IReadOnlyDictionary<String, Double> ProductSurfaceUsageValues { get; } #Gets usage values keyed by product surface.
public Double Total { get; } #Gets the total across all surfaces for the day.
public JsonObject Raw { get; } #Gets the raw JSON object.
public JsonObject Additional { get; } #Gets unrecognized fields from the payload.