LogFeedbackRequestBody
July 30, 2025 ยท View on GitHub
Note: The maximum size of the request body is 2 MB.
Example Usage
import { LogFeedbackRequestBody } from "@inkeep/inkeep-analytics/models/operations";
let value: LogFeedbackRequestBody = {
type: "positive",
messageId: "<id>",
userProperties: {
identificationType: "COOKIED",
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | :heavy_minus_sign: | N/A |
type | operations.Type | :heavy_check_mark: | N/A |
messageId | string | :heavy_check_mark: | N/A |
createdAt | Date | :heavy_minus_sign: | A timestamp in ISO 8601 format with timezone information. If not provided, the current time will be used. |
updatedAt | Date | :heavy_minus_sign: | A timestamp in ISO 8601 format with timezone information. If not provided, the current time will be used. |
reasons | operations.Reasons[] | :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.UserProperties | :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.Sources[] | :heavy_minus_sign: | N/A |