GetFeedbackByIdResponseBody

July 30, 2025 ยท View on GitHub

Feedback retrieved successfully

Example Usage

import { GetFeedbackByIdResponseBody } from "@inkeep/inkeep-analytics/models/operations";

let value: GetFeedbackByIdResponseBody = {
  id: "<id>",
  type: "positive",
  messageId: "<id>",
  createdAt: "1718482638517",
  updatedAt: "1735617871006",
  userProperties: {
    identificationType: "COOKIED",
  },
  conversation: {
    id: "<id>",
    externalId: "<id>",
    externalUrl: "https://squiggly-pension.com",
    type: "support_ticket",
    supportTicketConversationId: "<id>",
    createdAt: "1735595163239",
    updatedAt: "1735650136992",
    projectId: "<id>",
    integrationId: "<id>",
    visibility: "private",
    messages: [
      {
        id: "<id>",
        type: "support_ticket",
        externalId: null,
        externalUrl: null,
        conversationId: "<id>",
        createdAt: "1710225230659",
        updatedAt: "1735666876281",
        role: "<value>",
        content: "<value>",
        userProperties: {
          identificationType: "COOKIED",
        },
      },
    ],
  },
  message: {
    id: "<id>",
    type: "openai",
    externalId: null,
    externalUrl: "https://plump-barge.info",
    conversationId: "<id>",
    createdAt: "1709046915886",
    updatedAt: "1735640644257",
    role: "system",
    content: [],
  },
};

Fields

FieldTypeRequiredDescription
idstring:heavy_check_mark:N/A
typeoperations.GetFeedbackByIdType:heavy_check_mark:N/A
messageIdstring:heavy_check_mark:N/A
createdAtstring:heavy_check_mark:N/A
updatedAtstring:heavy_check_mark:N/A
reasonsoperations.GetFeedbackByIdReasons[]: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.GetFeedbackByIdUserProperties: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.GetFeedbackByIdSources[]:heavy_minus_sign:N/A
conversationcomponents.Conversation:heavy_check_mark:N/A
messagecomponents.Message:heavy_check_mark:N/A