Values.SearchSampleQueriesResponseSourceSearches sample queries and returns a list of sample queries that are sorted by relevance. To search for sample queries, provide a natural language SearchPhrase in English.
type nonrec t = {searchResults : SearchSampleQueriesSearchResults.t option;A list of objects containing the search results ordered from most relevant to least relevant.
*)nextToken : PaginationToken.t option;A token you can use to get the next page of results.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of unit
| `OperationNotPermittedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Float of SampleQueryRelevance.t
| `String of SampleQueryName.t ])
list ]
list
| `String of PaginationToken.t ])
list ]