AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kendra
/
aws.sdk.kotlin.services.kendra.model
/
SlackEntity
Slack
Entity
sealed
class
SlackEntity
Inheritors
DirectMessage
GroupMessage
PrivateChannel
PublicChannel
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Direct
Message
Link copied to clipboard
object
DirectMessage
:
SlackEntity
Group
Message
Link copied to clipboard
object
GroupMessage
:
SlackEntity
Private
Channel
Link copied to clipboard
object
PrivateChannel
:
SlackEntity
Public
Channel
Link copied to clipboard
object
PublicChannel
:
SlackEntity
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SlackEntity
Properties
value
Link copied to clipboard
abstract
val
value
:
String