@tellescope/types-models 1.167.1 → 1.168.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4404,7 +4404,6 @@ export interface AgentRecord extends AgentRecord_readonly, AgentRecord_required,
4404
4404
  source?: string;
4405
4405
  externalId?: string;
4406
4406
  indexed?: boolean;
4407
- indexId?: string;
4408
4407
  }
4409
4408
  export type ModelForName_required = {
4410
4409
  agent_records: AgentRecord_required;
@@ -5452,4 +5451,21 @@ export type ZendeskArticle = {
5452
5451
  title: string;
5453
5452
  body: string;
5454
5453
  };
5454
+ export type KendraSearchResult = {
5455
+ ResultItems: {
5456
+ Content: string;
5457
+ DocumentAttributes: ({
5458
+ Key: "_source_uri";
5459
+ Value: {
5460
+ StringValue: string;
5461
+ };
5462
+ })[];
5463
+ DocumentId: string;
5464
+ DocumentTitle: string;
5465
+ DocumentURI: string;
5466
+ ScoreAttributes: {
5467
+ ScoreConfidence: "VERY_HIGH" | "HIGH" | "MEDIUM" | "LOW" | "NOT_AVAILABLE";
5468
+ };
5469
+ }[];
5470
+ };
5455
5471
  //# sourceMappingURL=index.d.ts.map