Values.SearchQuickResponsesResponseSourceSearches existing Amazon Q in Connect quick responses in an Amazon Q in Connect knowledge base.
type nonrec t = {results : QuickResponseSearchResultsList.t option;The results of the quick response search.
*)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.
*)}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
| `UnauthorizedException of UnauthorizedException.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
| `UnauthorizedException of UnauthorizedException.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 Channel.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of Arn.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 ]