Uses of Class
com.github.copilot.sdk.json.PermissionRequest
Packages that use PermissionRequest
Package
Description
Event types emitted during Copilot session processing.
Configuration classes and data transfer objects for the Copilot SDK.
-
Uses of PermissionRequest in com.github.copilot.sdk.events
Methods in com.github.copilot.sdk.events that return PermissionRequestModifier and TypeMethodDescriptionPermissionRequestedEvent.PermissionRequestedData.permissionRequest()Returns the value of thepermissionRequestrecord component.Constructors in com.github.copilot.sdk.events with parameters of type PermissionRequestModifierConstructorDescriptionPermissionRequestedData(String requestId, PermissionRequest permissionRequest) Creates an instance of aPermissionRequestedDatarecord class. -
Uses of PermissionRequest in com.github.copilot.sdk.json
Methods in com.github.copilot.sdk.json with parameters of type PermissionRequestModifier and TypeMethodDescriptionPermissionHandler.handle(PermissionRequest request, PermissionInvocation invocation) Handles a permission request from the assistant.