UnifiedSearchResponse
Response from unified semantic search.
- resultsType: array object[] ยท UnifiedSearchResult[]
Search results sorted by relevance score in descending order.
A single search result with entity type, ID, relevance score, and payload.
- idType: stringrequired
Identifier of the matched entity.
- itemrequired
Type-specific payload whose shape depends on the type field.
- scoreType: number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$Format: floatrequiredRelevance score in the range 0.0-1.0.
- typeType: stringrequired
Entity type, e.g. "contact" or "company".
- totalType: integer | string
Pattern: ^-?(?:0|[1-9]\d*)$Format: int32Total number of results returned.