Values.SearchSessionsRequestSourceSearches for sessions.
type nonrec t = {assistantId : UuidOrArn.t;The identifier of the Wisdom assistant. 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 : 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.
*)searchExpression : SearchExpression.t;The search expression to filter results.
*)}val make :
?maxResults:??? ->
?nextToken:??? ->
assistantId:UuidOrArn.t ->
searchExpression:SearchExpression.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
* [> `Enum of string | `String of NonEmptyString.t ])
list ]
list ])
list ])
list ]