Uses of Record Class
com.github.copilot.generated.AssistantUsageCopilotUsage
Packages that use AssistantUsageCopilotUsage
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of AssistantUsageCopilotUsage in com.github.copilot.generated
Methods in com.github.copilot.generated that return AssistantUsageCopilotUsageModifier and TypeMethodDescriptionAssistantUsageEvent.AssistantUsageEventData.copilotUsage()Returns the value of thecopilotUsagerecord component.Constructors in com.github.copilot.generated with parameters of type AssistantUsageCopilotUsageModifierConstructorDescriptionAssistantUsageEventData(String model, Long inputTokens, Long outputTokens, Long cacheReadTokens, Long cacheWriteTokens, Long reasoningTokens, Double cost, Long duration, Long timeToFirstTokenMs, Double interTokenLatencyMs, String initiator, String apiCallId, String providerCallId, String serviceRequestId, AssistantUsageApiEndpoint apiEndpoint, String parentToolCallId, Map<String, AssistantUsageQuotaSnapshot> quotaSnapshots, AssistantUsageCopilotUsage copilotUsage, String reasoningEffort, String finishReason, Boolean contentFilterTriggered) Creates an instance of aAssistantUsageEventDatarecord class.