SubmitFormResponse

@Serializable
data class SubmitFormResponse(val formSubmissionId: String, val formId: String, val state: FormState, val updatedContext: UpdatedContext)

Constructors

Link copied to clipboard
constructor(formSubmissionId: String, formId: String, state: FormState, updatedContext: UpdatedContext)

Properties

Link copied to clipboard
@SerialName(value = "form_id")
val formId: String
Link copied to clipboard
@SerialName(value = "form_submission_id")
val formSubmissionId: String
Link copied to clipboard
@SerialName(value = "state")
val state: FormState
Link copied to clipboard
@SerialName(value = "updated_context")
val updatedContext: UpdatedContext