View source: R/voiceid_operations.R
voiceid_update_watchlist | R Documentation |
Updates the specified watchlist. Every domain has a default watchlist which cannot be updated.
See https://www.paws-r-sdk.com/docs/voiceid_update_watchlist/ for full documentation.
voiceid_update_watchlist(
Description = NULL,
DomainId,
Name = NULL,
WatchlistId
)
Description |
A brief description about this watchlist. |
DomainId |
[required] The identifier of the domain that contains the watchlist. |
Name |
The name of the watchlist. |
WatchlistId |
[required] The identifier of the watchlist to be updated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.