toggle menu
kindlysdk
main
switch theme
search in API
kindlysdk
/
no.kindly.chatsdk.chat.sdk.data.entity
/
ConnectiondData
Connectiond
Data
data
class
ConnectiondData
(
val
chatId
:
String
?
,
val
created
:
String
?
,
val
token
:
String
=
""
,
val
botName
:
String
=
""
,
val
botAvatar
:
String
?
,
val
botTypingDuration
:
Int
=
0
,
val
botTypingIndicator
:
Boolean
?
,
val
allGreetingsHideInput
:
Boolean
?
)
Members
Constructors
Connectiond
Data
Link copied to clipboard
constructor
(
chatId
:
String
?
,
created
:
String
?
,
token
:
String
=
""
,
botName
:
String
=
""
,
botAvatar
:
String
?
,
botTypingDuration
:
Int
=
0
,
botTypingIndicator
:
Boolean
?
,
allGreetingsHideInput
:
Boolean
?
)
Properties
all
Greetings
Hide
Input
Link copied to clipboard
@
SerializedName
(
value
=
"all_greetings_hide_input"
)
val
allGreetingsHideInput
:
Boolean
?
bot
Avatar
Link copied to clipboard
@
SerializedName
(
value
=
"bot_avatar"
)
val
botAvatar
:
String
?
bot
Name
Link copied to clipboard
@
SerializedName
(
value
=
"bot_name"
)
val
botName
:
String
bot
Typing
Duration
Link copied to clipboard
@
SerializedName
(
value
=
"bot_typing_duration"
)
val
botTypingDuration
:
Int
=
0
bot
Typing
Indicator
Link copied to clipboard
@
SerializedName
(
value
=
"bot_typing_indicator"
)
val
botTypingIndicator
:
Boolean
?
chat
Id
Link copied to clipboard
@
SerializedName
(
value
=
"chat_id"
)
val
chatId
:
String
?
created
Link copied to clipboard
@
SerializedName
(
value
=
"created"
)
val
created
:
String
?
token
Link copied to clipboard
@
SerializedName
(
value
=
"token"
)
val
token
:
String