Uses of Class
software.amazon.awssdk.services.voiceid.model.EvaluateSessionResponse
-
Packages that use EvaluateSessionResponse 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. -
-
Uses of EvaluateSessionResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return EvaluateSessionResponse Modifier and Type Method Description default EvaluateSessionResponseVoiceIdClient. evaluateSession(Consumer<EvaluateSessionRequest.Builder> evaluateSessionRequest)Evaluates a specified session based on audio data accumulated during a streaming Amazon Connect Voice ID call.default EvaluateSessionResponseVoiceIdClient. evaluateSession(EvaluateSessionRequest evaluateSessionRequest)Evaluates a specified session based on audio data accumulated during a streaming Amazon Connect Voice ID call.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type EvaluateSessionResponse Modifier and Type Method Description default CompletableFuture<EvaluateSessionResponse>VoiceIdAsyncClient. evaluateSession(Consumer<EvaluateSessionRequest.Builder> evaluateSessionRequest)Evaluates a specified session based on audio data accumulated during a streaming Amazon Connect Voice ID call.default CompletableFuture<EvaluateSessionResponse>VoiceIdAsyncClient. evaluateSession(EvaluateSessionRequest evaluateSessionRequest)Evaluates a specified session based on audio data accumulated during a streaming Amazon Connect Voice ID call.
-