Uses of Class
com.github.copilot.generated.rpc.SessionsOpenParams
Packages that use SessionsOpenParams
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of SessionsOpenParams in com.github.copilot.generated.rpc
Subclasses of SessionsOpenParams in com.github.copilot.generated.rpcModifier and TypeClassDescriptionfinal classParameters for attaching to an already-active session by ID.final classParameters for creating a new cloud session.final classParameters for creating a new local session.final classParameters for fetching a remote session and handing it off to a new local session.final classParameters for connecting to a live remote session.final classParameters for resuming a specific local session.final classParameters for resuming the most relevant local session.Methods in com.github.copilot.generated.rpc with parameters of type SessionsOpenParamsModifier and TypeMethodDescriptionServerSessionsApi.open(SessionsOpenParams params) Open a session by creating, resuming, attaching, connecting to a remote, or handing off.