/* Options: Date: 2025-05-05 00:57:23 Version: 8.71 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://team.evovoice.io //Package: //AddServiceStackTypes: True //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True IncludeTypes: LiveAnswerSurveyCallback.* //ExcludeTypes: //InitializeCollections: False //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,java.io.InputStream,net.servicestack.client.*,com.google.gson.annotations.*,com.google.gson.reflect.* */ import java.math.* import java.util.* import java.io.InputStream import net.servicestack.client.* import com.google.gson.annotations.* import com.google.gson.reflect.* @Route(Path="/nodes/live-answer/survey") open class LiveAnswerSurveyCallback { open var sessionId:String? = null open var flowId:String? = null open var nodeId:String? = null open var clientId:String? = null open var formId:String? = null @SerializedName("data") open var Data:HashMap? = null }