java.lang.Object
com.github.copilot.generated.rpc.SessionCanvasApi
API methods for the
canvas namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionclose(SessionCanvasCloseParams params) Canvas close parameters.Canvas action invocation parameters.list()Identifies the target session.listOpen()Identifies the target session.open(SessionCanvasOpenParams params) Canvas open parameters.
-
Method Details
-
list
Identifies the target session.- Since:
- 1.0.0
-
listOpen
Identifies the target session.- Since:
- 1.0.0
-
open
Canvas open parameters.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
close
Canvas close parameters.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
invokeAction
public CompletableFuture<SessionCanvasInvokeActionResult> invokeAction(SessionCanvasInvokeActionParams params) Canvas action invocation parameters.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-