Module: Aws::VoiceID::Client::_EvaluateSessionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::EvaluateSessionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authentication_result ⇒ Types::AuthenticationResult
- #domain_id ⇒ ::String
- #fraud_detection_result ⇒ Types::FraudDetectionResult
- #session_id ⇒ ::String
- #session_name ⇒ ::String
- #streaming_status ⇒ "PENDING_CONFIGURATION", ...
Instance Method Details
#authentication_result ⇒ Types::AuthenticationResult
234 |
# File 'sig/client.rbs', line 234
def authentication_result: () -> Types::AuthenticationResult
|
#domain_id ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def domain_id: () -> ::String
|
#fraud_detection_result ⇒ Types::FraudDetectionResult
236 |
# File 'sig/client.rbs', line 236
def fraud_detection_result: () -> Types::FraudDetectionResult
|
#session_id ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def session_id: () -> ::String
|
#session_name ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def session_name: () -> ::String
|
#streaming_status ⇒ "PENDING_CONFIGURATION", ...
239 |
# File 'sig/client.rbs', line 239
def streaming_status: () -> ("PENDING_CONFIGURATION" | "ONGOING" | "ENDED")
|