Values.SearchMessageTemplatesResponseSourceSearches for Amazon Q in Connect message templates in the specified knowledge base.
type nonrec t = {results : MessageTemplateSearchResultsList.t option;The results of the message template search.
*)nextToken : NextToken.t option;If there are additional results, this is the token for the next set of results.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.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
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.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
| `Long of Version.t
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of ArnWithQualifier.t
| `Structure of
(string
* [> `List of [> `String of GroupingValue.t ] list
| `String of GroupingCriteria.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `String of
WhatsAppMessageTemplateComponent.t ]
list
| `String of WhatsAppBusinessAccountId.t ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]
list
| `String of NextToken.t ])
list ]