| Package | Description |
|---|---|
| software.amazon.awssdk.services.voiceid |
Amazon Connect Voice ID provides real-time caller authentication and fraud risk detection, which make voice
interactions in contact centers more secure and efficient.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateFraudsterResponse |
VoiceIdClient.associateFraudster(AssociateFraudsterRequest associateFraudsterRequest)
Associates the fraudsters with the watchlist specified in the same domain.
|
default AssociateFraudsterResponse |
VoiceIdClient.associateFraudster(Consumer<AssociateFraudsterRequest.Builder> associateFraudsterRequest)
Associates the fraudsters with the watchlist specified in the same domain.
|
default CreateDomainResponse |
VoiceIdClient.createDomain(Consumer<CreateDomainRequest.Builder> createDomainRequest)
Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio,
and voiceprints.
|
default CreateDomainResponse |
VoiceIdClient.createDomain(CreateDomainRequest createDomainRequest)
Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio,
and voiceprints.
|
default CreateWatchlistResponse |
VoiceIdClient.createWatchlist(Consumer<CreateWatchlistRequest.Builder> createWatchlistRequest)
Creates a watchlist that fraudsters can be a part of.
|
default CreateWatchlistResponse |
VoiceIdClient.createWatchlist(CreateWatchlistRequest createWatchlistRequest)
Creates a watchlist that fraudsters can be a part of.
|
default OptOutSpeakerResponse |
VoiceIdClient.optOutSpeaker(Consumer<OptOutSpeakerRequest.Builder> optOutSpeakerRequest)
Opts out a speaker from Voice ID.
|
default OptOutSpeakerResponse |
VoiceIdClient.optOutSpeaker(OptOutSpeakerRequest optOutSpeakerRequest)
Opts out a speaker from Voice ID.
|
default StartFraudsterRegistrationJobResponse |
VoiceIdClient.startFraudsterRegistrationJob(Consumer<StartFraudsterRegistrationJobRequest.Builder> startFraudsterRegistrationJobRequest)
Starts a new batch fraudster registration job using provided details.
|
default StartFraudsterRegistrationJobResponse |
VoiceIdClient.startFraudsterRegistrationJob(StartFraudsterRegistrationJobRequest startFraudsterRegistrationJobRequest)
Starts a new batch fraudster registration job using provided details.
|
default StartSpeakerEnrollmentJobResponse |
VoiceIdClient.startSpeakerEnrollmentJob(Consumer<StartSpeakerEnrollmentJobRequest.Builder> startSpeakerEnrollmentJobRequest)
Starts a new batch speaker enrollment job using specified details.
|
default StartSpeakerEnrollmentJobResponse |
VoiceIdClient.startSpeakerEnrollmentJob(StartSpeakerEnrollmentJobRequest startSpeakerEnrollmentJobRequest)
Starts a new batch speaker enrollment job using specified details.
|
Copyright © 2023. All rights reserved.