Values.SearchQuickResponsesResponseSourceSearches existing Wisdom quick responses in a Wisdom knowledge base.
type nonrec t = {nextToken : NonEmptyString.t option;The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
*)results : QuickResponseSearchResultsList.t option;The results of the quick response search.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `RequestTimeoutException of RequestTimeoutException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of ContactAttributeKey.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of QuickResponseType.t
| `Structure of
(string
* [> `List of [> `String of GroupingValue.t ] list
| `String of GroupingCriteria.t
| `Structure of
(string * [> `String of QuickResponseContent.t ])
list ])
list
| `Timestamp of SyntheticTimestamp_epoch_seconds.t ])
list ]
list
| `String of NonEmptyString.t ])
list ]