Values.SuggestResponseSourceContains the response to a Suggest request.
type nonrec t = {status : SuggestStatus.t option;The status of a SuggestRequest. Contains the resource ID (rid) and how long it took to process the request (timems).
*)suggest : SuggestModel.t option;Container for the matching search suggestion information.
*)}type nonrec error = [ | `SearchException of SearchException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `SearchException of SearchException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `SearchException of SearchException.t
| `Unknown_operation_error of string * string option ]