Package-level declarations

Types

Link copied to clipboard

Amazon Connect Voice ID provides real-time caller authentication and fraud risk detection, which make voice interactions in contact centers more secure and efficient.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

Associates the fraudsters with the watchlist specified in the same domain.

Link copied to clipboard

Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints. Every domain is created with a default watchlist that fraudsters can be a part of.

Link copied to clipboard

Creates a watchlist that fraudsters can be a part of.

Link copied to clipboard

Deletes the specified domain from Voice ID.

Link copied to clipboard

Deletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.

Link copied to clipboard

Deletes the specified speaker from Voice ID.

Link copied to clipboard

Deletes the specified watchlist from Voice ID. This API throws an exception when there are fraudsters in the watchlist that you are trying to delete. You must delete the fraudsters, and then delete the watchlist. Every domain has a default watchlist which cannot be deleted.

Link copied to clipboard

Describes the specified domain.

Link copied to clipboard

Describes the specified fraudster.

Link copied to clipboard

Describes the specified fraudster registration job.

Link copied to clipboard

Describes the specified speaker.

Link copied to clipboard

Describes the specified speaker enrollment job.

Link copied to clipboard

Describes the specified watchlist.

Link copied to clipboard

Disassociates the fraudsters from the watchlist specified. Voice ID always expects a fraudster to be a part of at least one watchlist. If you try to disassociate a fraudster from its only watchlist, a ValidationException is thrown.

Link copied to clipboard

Evaluates a specified session based on audio data accumulated during a streaming Amazon Connect Voice ID call.

Link copied to clipboard
inline suspend fun VoiceIdClient.listDomains(crossinline block: ListDomainsRequest.Builder.() -> Unit): ListDomainsResponse

Lists all the domains in the Amazon Web Services account.

Link copied to clipboard

Lists all the fraudster registration jobs in the domain with the given JobStatus. If JobStatus is not provided, this lists all fraudster registration jobs in the given domain.

Link copied to clipboard

Lists all fraudsters in a specified watchlist or domain.

Link copied to clipboard

Lists all the speaker enrollment jobs in the domain with the specified JobStatus. If JobStatus is not provided, this lists all jobs with all possible speaker enrollment job statuses.

Link copied to clipboard

Lists all speakers in a specified domain.

Link copied to clipboard

Lists all tags associated with a specified Voice ID resource.

Link copied to clipboard

Lists all watchlists in a specified domain.

Link copied to clipboard

Opts out a speaker from Voice ID. A speaker can be opted out regardless of whether or not they already exist in Voice ID. If they don't yet exist, a new speaker is created in an opted out state. If they already exist, their existing status is overridden and they are opted out. Enrollment and evaluation authentication requests are rejected for opted out speakers, and opted out speakers have no voice embeddings stored in Voice ID.

Link copied to clipboard

Starts a new batch fraudster registration job using provided details.

Link copied to clipboard

Starts a new batch speaker enrollment job using specified details.

Link copied to clipboard
inline suspend fun VoiceIdClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse

Tags a Voice ID resource with the provided list of tags.

Link copied to clipboard

Removes specified tags from a specified Amazon Connect Voice ID resource.

Link copied to clipboard

Updates the specified domain. This API has clobber behavior, and clears and replaces all attributes. If an optional field, such as 'Description' is not provided, it is removed from the domain.

Link copied to clipboard

Updates the specified watchlist. Every domain has a default watchlist which cannot be updated.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.