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