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.attachment.request
/
SubmitFormRequest
Submit
Form
Request
@
Serializable
data
class
SubmitFormRequest
(
val
submissionId
:
String
,
val
context
:
Map
<
String
,
String
>
,
val
state
:
FormState
)
Members
Constructors
Submit
Form
Request
Link copied to clipboard
constructor
(
submissionId
:
String
,
context
:
Map
<
String
,
String
>
,
state
:
FormState
)
Properties
context
Link copied to clipboard
@
SerialName
(
value
=
"context"
)
val
context
:
Map
<
String
,
String
>
state
Link copied to clipboard
@
SerialName
(
value
=
"state"
)
val
state
:
FormState
submission
Id
Link copied to clipboard
@
SerialName
(
value
=
"submission_id"
)
val
submissionId
:
String