Uses of Record Class
com.github.copilot.sdk.events.AssistantUsageEvent.CopilotUsage
Packages that use AssistantUsageEvent.CopilotUsage
Package
Description
Event types emitted during Copilot session processing.
-
Uses of AssistantUsageEvent.CopilotUsage in com.github.copilot.sdk.events
Methods in com.github.copilot.sdk.events that return AssistantUsageEvent.CopilotUsageModifier and TypeMethodDescriptionAssistantUsageEvent.AssistantUsageData.copilotUsage()Returns the value of thecopilotUsagerecord component.Constructors in com.github.copilot.sdk.events with parameters of type AssistantUsageEvent.CopilotUsageModifierConstructorDescriptionAssistantUsageData(String model, Double inputTokens, Double outputTokens, Double cacheReadTokens, Double cacheWriteTokens, Double cost, Double duration, String initiator, String apiCallId, String providerCallId, String parentToolCallId, Map<String, Object> quotaSnapshots, AssistantUsageEvent.CopilotUsage copilotUsage) Creates an instance of aAssistantUsageDatarecord class.