toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
voiceid
/
aws.sdk.kotlin.services.voiceid.model
/
AuthenticationDecision
Authentication
Decision
sealed
class
AuthenticationDecision
Inheritors
Accept
NotEnoughSpeech
Reject
SpeakerExpired
SpeakerIdNotProvided
SpeakerNotEnrolled
SpeakerOptedOut
SdkUnknown
Members
Types
Accept
Link copied to clipboard
object
Accept
:
AuthenticationDecision
Companion
Link copied to clipboard
object
Companion
Not
Enough
Speech
Link copied to clipboard
object
NotEnoughSpeech
:
AuthenticationDecision
Reject
Link copied to clipboard
object
Reject
:
AuthenticationDecision
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AuthenticationDecision
Speaker
Expired
Link copied to clipboard
object
SpeakerExpired
:
AuthenticationDecision
Speaker
Id
Not
Provided
Link copied to clipboard
object
SpeakerIdNotProvided
:
AuthenticationDecision
Speaker
Not
Enrolled
Link copied to clipboard
object
SpeakerNotEnrolled
:
AuthenticationDecision
Speaker
Opted
Out
Link copied to clipboard
object
SpeakerOptedOut
:
AuthenticationDecision
Properties
value
Link copied to clipboard
abstract
val
value
:
String