kindlysdk
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
kindlysdk
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity
/
BotModel
Bot
Model
@
Serializable
data
class
BotModel
(
val
id
:
String
=
""
,
val
name
:
String
=
""
,
val
avatarURL
:
String
?
=
null
,
val
shouldDisplayTypingIndicator
:
Boolean
=
true
)
Model representing a bot's information. Matches the iOS Bot model structure.
Members
Constructors
Bot
Model
Link copied to clipboard
constructor
(
id
:
String
=
""
,
name
:
String
=
""
,
avatarURL
:
String
?
=
null
,
shouldDisplayTypingIndicator
:
Boolean
=
true
)
Properties
avatar
URL
Link copied to clipboard
val
avatarURL
:
String
?
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
should
Display
Typing
Indicator
Link copied to clipboard
val
shouldDisplayTypingIndicator
:
Boolean