Parameters for the getPromptSession operation.

interface GetPromptSessionParams {
    headers?: OutgoingHttpHeaders;
    prefetch?: boolean;
    projectId?: string;
    sessionId: string;
}

Properties

headers?: OutgoingHttpHeaders
prefetch?: boolean

Include the most recent entry.

projectId?: string

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

sessionId: string

Prompt Session ID.