Values.SuggestQueryResultSourceThe suggested query results.
type nonrec t = {queryId : SuggestQueryResultQueryIdString.t option;QueryId can be used to complete a follow up query through the SearchText API. The QueryId retains context from the original Suggest request such as filters, political view and language. See the SearchText API documentation for more details SearchText API docs. Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers. The fields QueryText, and QueryID are mutually exclusive.
*)queryType : QueryType.t option;The query type. Category queries will search for places which have an entry matching the given category, for example "doctor office". BusinessChain queries will search for instances of a given business. Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of SuggestQueryResultQueryIdString.t ])
list ]