IntelligenceX

API Reference

Class

UsageTelemetryDisplayCost

Namespace IntelligenceX.Telemetry.Usage
Assembly IntelligenceX
Modifiers sealed

Shared "best available" display cost rollup that blends exact and estimated values.

Inheritance

  • Object
  • UsageTelemetryDisplayCost

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public UsageTelemetryDisplayCost(Decimal exactCostUsd, Decimal estimatedFallbackCostUsd, Int64 coveredTokens, Int64 uncoveredTokens) #

Parameters

exactCostUsd Decimal requiredposition: 0
estimatedFallbackCostUsd Decimal requiredposition: 1
coveredTokens Int64 requiredposition: 2
uncoveredTokens Int64 requiredposition: 3

Properties

public Decimal ExactCostUsd { get; } #
public Decimal EstimatedFallbackCostUsd { get; } #
public Int64 CoveredTokens { get; } #
public Int64 UncoveredTokens { get; } #
public Decimal TotalCostUsd { get; } #
public Boolean UsesEstimatedFallback { get; } #
public Boolean HasAnyCost { get; } #