AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lexmodelsv2
/
aws.sdk.kotlin.services.lexmodelsv2.model
/
ConversationEndState
Conversation
End
State
sealed
class
ConversationEndState
Inheritors
Dropped
Failure
Success
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Dropped
Link copied to clipboard
object
Dropped
:
ConversationEndState
Failure
Link copied to clipboard
object
Failure
:
ConversationEndState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConversationEndState
Success
Link copied to clipboard
object
Success
:
ConversationEndState
Properties
value
Link copied to clipboard
abstract
val
value
:
String