class Aws::ConnectWisdomService::Types::ListAssistantAssociationsRequest

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

data as a hash:

    {
      assistant_id: "UuidOrArn", # required
      max_results: 1,
      next_token: "NextToken",
    }

@!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]

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

Constants

SENSITIVE