voiceid_list_fraudsters {paws.machine.learning} | R Documentation |
Lists all fraudsters in a specified watchlist or domain
Description
Lists all fraudsters in a specified watchlist or domain.
See https://www.paws-r-sdk.com/docs/voiceid_list_fraudsters/ for full documentation.
Usage
voiceid_list_fraudsters(
DomainId,
MaxResults = NULL,
NextToken = NULL,
WatchlistId = NULL
)
Arguments
DomainId |
[required] The identifier of the domain. |
MaxResults |
The maximum number of results that are returned per call. You can use
|
NextToken |
If |
WatchlistId |
The identifier of the watchlist. If provided, all fraudsters in the watchlist are listed. If not provided, all fraudsters in the domain are listed. |