AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lexruntimev2
/
aws.sdk.kotlin.services.lexruntimev2.model
/
ConfirmationState
Confirmation
State
sealed
class
ConfirmationState
Inheritors
Confirmed
Denied
None
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Confirmed
Link copied to clipboard
object
Confirmed
:
ConfirmationState
Denied
Link copied to clipboard
object
Denied
:
ConfirmationState
None
Link copied to clipboard
object
None
:
ConfirmationState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConfirmationState
Properties
value
Link copied to clipboard
abstract
val
value
:
String