class Aws::ConnectWisdomService::Types::SearchSessionsRequest

@note When making an API call, you may pass SearchSessionsRequest

data as a hash:

    {
      assistant_id: "UuidOrArn", # required
      max_results: 1,
      next_token: "NextToken",
      search_expression: { # required
        filters: [ # required
          {
            field: "NAME", # required, accepts NAME
            operator: "EQUALS", # required, accepts EQUALS
            value: "NonEmptyString", # required
          },
        ],
      },
    }

@!attribute [rw] assistant_id

The identifier of the Wisdom assistant. Can be either the ID or the
ARN. URLs cannot contain the ARN.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return per page.
@return [Integer]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] search_expression

The search expression to filter results.
@return [Types::SearchExpression]

@see docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/SearchSessionsRequest AWS API Documentation

Constants

SENSITIVE