AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lexmodelbuildingservice
/
aws.sdk.kotlin.services.lexmodelbuildingservice.model
/
ResourceType
Resource
Type
sealed
class
ResourceType
Inheritors
Bot
Intent
SlotType
SdkUnknown
Members
Types
Bot
Link copied to clipboard
object
Bot
:
ResourceType
Companion
Link copied to clipboard
object
Companion
Intent
Link copied to clipboard
object
Intent
:
ResourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceType
Slot
Type
Link copied to clipboard
object
SlotType
:
ResourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String