View source: R/voiceid_operations.R
voiceid_create_watchlist | R Documentation |
Creates a watchlist that fraudsters can be a part of.
See https://www.paws-r-sdk.com/docs/voiceid_create_watchlist/ for full documentation.
voiceid_create_watchlist(
ClientToken = NULL,
Description = NULL,
DomainId,
Name
)
ClientToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. |
Description |
A brief description of this watchlist. |
DomainId |
[required] The identifier of the domain that contains the watchlist. |
Name |
[required] The name of the watchlist. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.