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
/
ReferenceType
Reference
Type
sealed
class
ReferenceType
Inheritors
Bot
Botalias
Botchannel
Intent
SdkUnknown
Members
Types
Bot
Link copied to clipboard
object
Bot
:
ReferenceType
Botalias
Link copied to clipboard
object
Botalias
:
ReferenceType
Botchannel
Link copied to clipboard
object
Botchannel
:
ReferenceType
Companion
Link copied to clipboard
object
Companion
Intent
Link copied to clipboard
object
Intent
:
ReferenceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReferenceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String