queryToken
An opaque value you use to identify the query that generated the reply.
Declaration
let queryToken: SpotlightSearchTool.SearchReply.QueryTokenMentioned in
Discussion
When processing a request, a model might create multiple queries to find and refine search results. Use this property to associate replies with a specific query. The token itself is an opaque value you save and compare against tokens in other search replies. You might use this value to partition the data you receive.