Class SessionUiApi
java.lang.Object
com.github.copilot.sdk.generated.rpc.SessionUiApi
API methods for the
ui namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionThe elicitation response (accept with form values, decline, or cancel)Invokessession.ui.handlePendingElicitation.
-
Method Details
-
elicitation
The elicitation response (accept with form values, decline, or cancel)Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
handlePendingElicitation
public CompletableFuture<SessionUiHandlePendingElicitationResult> handlePendingElicitation(SessionUiHandlePendingElicitationParams params) Invokessession.ui.handlePendingElicitation.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-