voiceid_update_watchlist: Updates the specified watchlist

View source: R/voiceid_operations.R

voiceid_update_watchlistR Documentation

Updates the specified watchlist

Description

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.

Usage

voiceid_update_watchlist(
  Description = NULL,
  DomainId,
  Name = NULL,
  WatchlistId
)

Arguments

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.