Class SessionVisibilityApi
java.lang.Object
com.github.copilot.generated.rpc.SessionVisibilityApi
API methods for the
visibility namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionget()Identifies the target session.set(SessionVisibilitySetParams params) Desired sharing status for the session.
-
Method Details
-
get
Identifies the target session.- Since:
- 1.0.0
-
set
@CopilotExperimental public CompletableFuture<SessionVisibilitySetResult> set(SessionVisibilitySetParams params) Desired sharing status for the session.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-