Uses of Class
com.github.copilot.rpc.CopilotExpAssignmentResponse
Packages that use CopilotExpAssignmentResponse
Package
Description
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of CopilotExpAssignmentResponse in com.github.copilot.rpc
Methods in com.github.copilot.rpc that return CopilotExpAssignmentResponseModifier and TypeMethodDescriptionCreateSessionRequest.getExpAssignments()Gets the ExP assignment data.ResumeSessionConfig.getExpAssignments()Gets the ExP assignment ("flight") data injected by a trusted integrator.ResumeSessionRequest.getExpAssignments()Gets the ExP assignment data.SessionConfig.getExpAssignments()Gets the ExP assignment ("flight") data injected by a trusted integrator.CopilotExpAssignmentResponse.setAssignmentContext(String assignmentContext) Sets the assignment context string forwarded to CAPI and telemetry.CopilotExpAssignmentResponse.setConfigs(List<ExpConfigEntry> configs) Sets the configuration entries carrying typed parameter values.CopilotExpAssignmentResponse.setFeatures(List<String> features) Sets the enabled feature names.CopilotExpAssignmentResponse.setFlightingVersion(Integer flightingVersion) Sets the version of the flighting configuration.CopilotExpAssignmentResponse.setFlights(Map<String, String> flights) Sets the assigned flights keyed by flight name.CopilotExpAssignmentResponse.setImpressionId(String impressionId) Sets the impression identifier for the assignment.CopilotExpAssignmentResponse.setParameterGroups(com.fasterxml.jackson.databind.JsonNode parameterGroups) Sets the opaque parameter-group payload passed through untouched.Methods in com.github.copilot.rpc with parameters of type CopilotExpAssignmentResponseModifier and TypeMethodDescriptionvoidCreateSessionRequest.setExpAssignments(CopilotExpAssignmentResponse expAssignments) Sets the ExP assignment data.ResumeSessionConfig.setExpAssignments(CopilotExpAssignmentResponse expAssignments) Sets ExP assignment ("flight") data injected by a trusted integrator.voidResumeSessionRequest.setExpAssignments(CopilotExpAssignmentResponse expAssignments) Sets the ExP assignment data.SessionConfig.setExpAssignments(CopilotExpAssignmentResponse expAssignments) Sets ExP assignment ("flight") data injected by a trusted integrator.