Values.SearchQuickResponsesRequestSourceSearches existing Wisdom quick responses in a Wisdom knowledge base.
type nonrec t = {attributes : ContactAttributes.t option;The user-defined Amazon Connect contact attributes to be resolved when search results are returned.
*)knowledgeBaseId : UuidOrArn.t;The identifier of the knowledge base. This should be a QUICK_RESPONSES type knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)maxResults : MaxResults.t option;The maximum number of results to return per page.
*)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.
*)searchExpression : QuickResponseSearchExpression.t;The search expression for querying the quick response.
*)}val make :
?attributes:??? ->
?maxResults:??? ->
?nextToken:??? ->
knowledgeBaseId:UuidOrArn.t ->
searchExpression:QuickResponseSearchExpression.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `Map of
([> `String of ContactAttributeKey.t ]
* [> `String of ContactAttributeValue.t ])
list
| `String of UuidOrArn.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `String of QuickResponseFilterValue.t ] list
| `String of NonEmptyString.t ])
list ]
list
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ])
list ])
list ])
list ]