class Aws::VoiceID::Types::EvaluateSessionResponse

@!attribute [rw] authentication_result

Details resulting from the authentication process, such as
authentication decision and authentication score.
@return [Types::AuthenticationResult]

@!attribute [rw] domain_id

The identifier of the domain containing the session.
@return [String]

@!attribute [rw] fraud_detection_result

Details resulting from the fraud detection process, such as fraud
detection decision and risk score.
@return [Types::FraudDetectionResult]

@!attribute [rw] session_id

The service-generated identifier of the session.
@return [String]

@!attribute [rw] session_name

The client-provided name of the session.
@return [String]

@!attribute [rw] streaming_status

The current status of audio streaming for this session. This field
is useful to infer next steps when the Authentication or Fraud
Detection results are empty or the decision is `NOT_ENOUGH_SPEECH`.
In this situation, if the `StreamingStatus` is
`ONGOING/PENDING_CONFIGURATION`, it can mean that the client should
call the API again later, once Voice ID has enough audio to produce
a result. If the decision remains `NOT_ENOUGH_SPEECH` even after
`StreamingStatus` is `ENDED`, it means that the previously streamed
session did not have enough speech to perform evaluation, and a new
streaming session is needed to try again.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/EvaluateSessionResponse AWS API Documentation

Constants

SENSITIVE