| Field | Type | Required | Description |
|---|---|---|---|
email |
Optional<String> | ➖ | The email address of the user who submitted the side-by-side feedback. |
source |
Optional<ManualFeedbackSideBySideInfoSource> | ➖ | The source associated with the side-by-side feedback event. |
query |
Optional<String> | ➖ | The query or prompt that was evaluated across multiple implementations. |
implementations |
List<SideBySideImplementation> | ➖ | Array of implementations that were compared side-by-side. |
evaluationSessionId |
Optional<String> | ➖ | Unique identifier for this evaluation session to group related feedback events. |
implementationId |
Optional<String> | ➖ | The ID of the implementation this specific feedback event is for. |
vote |
Optional<ManualFeedbackSideBySideInfoVote> | ➖ | The vote for this specific implementation. |
comments |
Optional<String> | ➖ | Specific feedback comments for this implementation. |