Parameters for the postPromptSessionEntryChatItem operation.

interface PostPromptSessionEntryChatItemParams {
    chatItem: WatsonXAI.ChatItem[];
    entryId: string;
    headers?: OutgoingHttpHeaders;
    projectId?: string;
    sessionId: string;
}

Properties

chatItem: WatsonXAI.ChatItem[]
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.