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

FieldTypeRequiredDescription
idstring:heavy_minus_sign:N/A
typeoperations.Type:heavy_check_mark:N/A
messageIdstring:heavy_check_mark:N/A
createdAtDate:heavy_minus_sign:A timestamp in ISO 8601 format with timezone information. If not provided, the current time will be used.
updatedAtDate:heavy_minus_sign:A timestamp in ISO 8601 format with timezone information. If not provided, the current time will be used.
reasonsoperations.Reasons[]:heavy_minus_sign:N/A
detailsstring:heavy_minus_sign:N/A
propertiesRecord<string, any>:heavy_minus_sign:A customizable collection of custom properties or attributes.
userPropertiesoperations.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.
sourcesoperations.Sources[]:heavy_minus_sign:N/A