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
/
ButtonDataSDK
Button
Data
SDK
@
Serializable
data
class
ButtonDataSDK
(
val
id
:
String
?
,
val
buttonType
:
String
?
,
val
languageCode
:
String
?
,
val
label
:
String
=
""
,
val
value
:
String
?
,
val
index
:
Int
?
,
val
createdAt
:
String
?
,
val
updatedAt
:
String
?
,
val
isActive
:
Boolean
=
true
,
val
hideOutsideBusinessHours
:
Boolean
?
,
val
context
:
Map
<
String
,
Any
>
?
=
null
)
Members
Constructors
Button
Data
SDK
Link copied to clipboard
constructor
(
id
:
String
?
,
buttonType
:
String
?
,
languageCode
:
String
?
,
label
:
String
=
""
,
value
:
String
?
,
index
:
Int
?
,
createdAt
:
String
?
,
updatedAt
:
String
?
,
isActive
:
Boolean
=
true
,
hideOutsideBusinessHours
:
Boolean
?
,
context
:
Map
<
String
,
Any
>
?
=
null
)
Properties
accessibility
Id
Link copied to clipboard
val
accessibilityId
:
String
Generates a unique accessibility identifier for Appium automation Format: suggestion_button_
id
_
label
button
Type
Link copied to clipboard
@
SerialName
(
value
=
"button_type"
)
val
buttonType
:
String
?
context
Link copied to clipboard
@
SerialName
(
value
=
"context"
)
val
context
:
Map
<
String
,
Any
>
?
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
String
?
hide
Outside
Business
Hours
Link copied to clipboard
@
SerialName
(
value
=
"hide_outside_business_hours"
)
val
hideOutsideBusinessHours
:
Boolean
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
?
index
Link copied to clipboard
@
SerialName
(
value
=
"index"
)
val
index
:
Int
?
is
Active
Link copied to clipboard
@
SerialName
(
value
=
"is_active"
)
val
isActive
:
Boolean
label
Link copied to clipboard
@
SerialName
(
value
=
"label"
)
val
label
:
String
language
Code
Link copied to clipboard
@
SerialName
(
value
=
"language_code"
)
val
languageCode
:
String
?
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
String
?
value
Link copied to clipboard
@
SerialName
(
value
=
"value"
)
val
value
:
String
?