Class LLMObsAnnotationQueueInteractionResponseItem

A single interaction result.

Hierarchy

  • LLMObsAnnotationQueueInteractionResponseItem

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
alreadyExisted: boolean

Whether this interaction already existed in the queue.

contentId: string

Identifier of the content for this interaction.

id: string

Unique identifier of the interaction.

Type of interaction in an annotation queue.

Generated using TypeDoc