Module: Aws::VoiceID::Client::_EvaluateSessionResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::EvaluateSessionResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#authentication_resultTypes::AuthenticationResult



234
# File 'sig/client.rbs', line 234

def authentication_result: () -> Types::AuthenticationResult

#domain_id::String

Returns:

  • (::String)


235
# File 'sig/client.rbs', line 235

def domain_id: () -> ::String

#fraud_detection_resultTypes::FraudDetectionResult



236
# File 'sig/client.rbs', line 236

def fraud_detection_result: () -> Types::FraudDetectionResult

#session_id::String

Returns:

  • (::String)


237
# File 'sig/client.rbs', line 237

def session_id: () -> ::String

#session_name::String

Returns:

  • (::String)


238
# File 'sig/client.rbs', line 238

def session_name: () -> ::String

#streaming_status"PENDING_CONFIGURATION", ...

Returns:

  • ("PENDING_CONFIGURATION", "ONGOING", "ENDED")


239
# File 'sig/client.rbs', line 239

def streaming_status: () -> ("PENDING_CONFIGURATION" | "ONGOING" | "ENDED")