toggle menu
InAppSDK-Android
androidJvm
switch theme
search in API
messaging-inapp-network
/
com.salesforce.android.smi.network.data.domain.conversationEntry.entryPayload.message.format
/
ChoicesFormat
/
QuickRepliesFormat
Quick
Replies
Format
@
JsonClass
(
generateAdapter
=
true
)
class
QuickRepliesFormat
(
val
optionItems
:
List
<
OptionItem.TypedOptionItem
>
,
val
text
:
String
)
:
ChoicesFormat
Members
Constructors
Quick
Replies
Format
Link copied to clipboard
constructor
(
optionItems
:
List
<
OptionItem.TypedOptionItem
>
,
text
:
String
)
Properties
format
Type
Link copied to clipboard
open
override
val
formatType
:
ChoicesFormat.ChoicesFormatType
option
Items
Link copied to clipboard
open
override
val
optionItems
:
List
<
OptionItem.TypedOptionItem
>
text
Link copied to clipboard
val
text
:
String