QueryFeedbackResponseData

June 4, 2025 ยท View on GitHub

Data object containing QueryFeedback query results and pagination information

Example Usage

import { QueryFeedbackResponseData } from "@inkeep/inkeep-analytics/models/components";

let value: QueryFeedbackResponseData = {
  result: [],
  total: 6998.9,
  pageSize: 8328.29,
  count: 8933.37,
};

Fields

FieldTypeRequiredDescription
resultcomponents.FeedbackResultItem[]:heavy_check_mark:N/A
totalnumber:heavy_check_mark:Total number of results matching the query
pageSizenumber:heavy_check_mark:Number of results per page
countnumber:heavy_check_mark:Number of results in the current response