View source: R/voiceid_operations.R
voiceid_list_fraudsters | R Documentation |
Lists all fraudsters in a specified watchlist or domain.
See https://www.paws-r-sdk.com/docs/voiceid_list_fraudsters/ for full documentation.
voiceid_list_fraudsters(
DomainId,
MaxResults = NULL,
NextToken = NULL,
WatchlistId = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.