LogFeedbackResponseBody
July 30, 2025 ยท View on GitHub
Feedback logged successfully
Example Usage
import { LogFeedbackResponseBody } from "@inkeep/inkeep-analytics/models/operations";
let value: LogFeedbackResponseBody = {
id: "<id>",
type: "negative",
messageId: "<id>",
createdAt: "1706512620320",
updatedAt: "1735615968914",
userProperties: {
identificationType: "COOKIED",
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | :heavy_check_mark: | N/A |
type | operations.LogFeedbackFeedbackType | :heavy_check_mark: | N/A |
messageId | string | :heavy_check_mark: | N/A |
createdAt | string | :heavy_check_mark: | N/A |
updatedAt | string | :heavy_check_mark: | N/A |
reasons | operations.LogFeedbackReasons[] | :heavy_minus_sign: | N/A |
details | string | :heavy_minus_sign: | N/A |
properties | Record<string, any> | :heavy_minus_sign: | A customizable collection of custom properties or attributes. |
userProperties | operations.LogFeedbackUserProperties | :heavy_minus_sign: | A customizable collection of custom properties or attributes. Some properties have first class support for the Inkeep Portal or Widget and are noted in the description. |
sources | operations.LogFeedbackSources[] | :heavy_minus_sign: | N/A |