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

FieldTypeRequiredDescription
idstring:heavy_check_mark:N/A
typeoperations.LogFeedbackFeedbackType:heavy_check_mark:N/A
messageIdstring:heavy_check_mark:N/A
createdAtstring:heavy_check_mark:N/A
updatedAtstring:heavy_check_mark:N/A
reasonsoperations.LogFeedbackReasons[]: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.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.
sourcesoperations.LogFeedbackSources[]:heavy_minus_sign:N/A