AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
qbusiness
/
aws.sdk.kotlin.services.qbusiness.model
/
ChatResponseConfigurationStatus
Chat
Response
Configuration
Status
sealed
class
ChatResponseConfigurationStatus
Inheritors
Active
Creating
Failed
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ChatResponseConfigurationStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ChatResponseConfigurationStatus
Failed
Link copied to clipboard
object
Failed
:
ChatResponseConfigurationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChatResponseConfigurationStatus
Updating
Link copied to clipboard
object
Updating
:
ChatResponseConfigurationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String