Parameters for the getPromptSessionLock operation.

interface GetPromptSessionLockParams {
    headers?: OutgoingHttpHeaders;
    projectId?: string;
    sessionId: string;
}

Properties

headers?: OutgoingHttpHeaders
projectId?: string

[REQUIRED] Specifies the project ID as the target. One target must be supplied per request.

sessionId: string

Prompt Session ID.