toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
lexruntimeservice
/
aws.sdk.kotlin.services.lexruntimeservice.model
/
FulfillmentState
Fulfillment
State
sealed
class
FulfillmentState
Inheritors
Failed
Fulfilled
ReadyForFulfillment
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
FulfillmentState
Fulfilled
Link copied to clipboard
object
Fulfilled
:
FulfillmentState
Ready
For
Fulfillment
Link copied to clipboard
object
ReadyForFulfillment
:
FulfillmentState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FulfillmentState
Properties
value
Link copied to clipboard
abstract
val
value
:
String