Enhanced Chat Android
Toggle table of contents
1.11.0
Select version
1.11.0
1.10.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Enhanced Chat Android
data
/
com.salesforce.android.smi.network.data.domain.conversationEntry.entryPayload
/
Message
/
FormMessage
/
FormMessage
Form
Message
constructor
(
id
:
String
,
inReplyToMessageId
:
String
?
=
null
,
@
Json
(
name
=
"form"
)
content
:
FormFormat
,
reply
:
Message
?
=
null
,
channelAddressIdentifier
:
String
?
=
null
,
routingAttributes
:
Map
<
String
,
Any
>
?
=
null
,
language
:
String
?
=
null
,
context
:
List
<
EntryPayload.SessionContextPayload
>
?
=
null
)