Parameters for the postPromptChatItem operation.

interface PostPromptChatItemParams {
    chatItem: WatsonXAI.ChatItem[];
    headers?: OutgoingHttpHeaders;
    projectId?: string;
    promptId: string;
    spaceId?: string;
}

Properties

chatItem: WatsonXAI.ChatItem[]
headers?: OutgoingHttpHeaders
projectId?: string

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

promptId: string

Prompt ID.

spaceId?: string

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