Uses of Record Class
com.github.copilot.sdk.generated.AssistantUsageCopilotUsage
Packages that use AssistantUsageCopilotUsage
-
Uses of AssistantUsageCopilotUsage in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return AssistantUsageCopilotUsageModifier and TypeMethodDescriptionAssistantUsageEvent.AssistantUsageEventData.copilotUsage()Returns the value of thecopilotUsagerecord component.Constructors in com.github.copilot.sdk.generated with parameters of type AssistantUsageCopilotUsageModifierConstructorDescriptionAssistantUsageEventData(String model, Double inputTokens, Double outputTokens, Double cacheReadTokens, Double cacheWriteTokens, Double reasoningTokens, Double cost, Double duration, Double ttftMs, Double interTokenLatencyMs, String initiator, String apiCallId, String providerCallId, String parentToolCallId, Map<String, AssistantUsageQuotaSnapshot> quotaSnapshots, AssistantUsageCopilotUsage copilotUsage, String reasoningEffort) Creates an instance of aAssistantUsageEventDatarecord class.