QueryConversationsResponseData

June 4, 2025 ยท View on GitHub

Data object containing QueryConversations query results and pagination information

Example Usage

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

let value: QueryConversationsResponseData = {
  result: [],
  total: 9651.27,
  pageSize: 9777.02,
  count: 8568.29,
};

Fields

FieldTypeRequiredDescription
resultcomponents.ConversationsResultItem[]: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