Values.SearchMessageTemplatesRequestSourceSearches for Amazon Q in Connect message templates in the specified knowledge base.
type nonrec t = {knowledgeBaseId : UuidOrArn.t;The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)searchExpression : MessageTemplateSearchExpression.t;The search expression for querying the message template.
*)nextToken : NextToken.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.
*)maxResults : MaxResults.t option;The maximum number of results to return per page.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
knowledgeBaseId:UuidOrArn.t ->
searchExpression:MessageTemplateSearchExpression.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `String of UuidOrArn.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `String of MessageTemplateQueryValue.t ] list
| `String of NonEmptyString.t ])
list ]
list
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ])
list ])
list ])
list ]