Parameters for the getPromptSessionEntry operation.

interface GetPromptSessionEntryParams {
    entryId: string;
    headers?: OutgoingHttpHeaders;
    projectId?: string;
    sessionId: string;
}

Properties

entryId: string

Prompt Session Entry ID.

headers?: OutgoingHttpHeaders
projectId?: string

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

sessionId: string

Prompt Session ID.