/* Options: Date: 2025-05-05 01:07:11 SwiftVersion: 6.0 Version: 8.71 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://team.evovoice.io //BaseClass: //AddModelExtensions: True //AddServiceStackTypes: True //MakePropertiesOptional: True IncludeTypes: LiveAnswerSurveyCallback.* //ExcludeTypes: //ExcludeGenericBaseTypes: False //AddResponseStatus: False //AddImplicitVersion: //AddDescriptionAsComments: True //InitializeCollections: False //TreatTypesAsStrings: //DefaultImports: Foundation,ServiceStack */ import Foundation import ServiceStack // @Route("/nodes/live-answer/survey") public class LiveAnswerSurveyCallback : Codable { public var sessionId:String? public var flowId:String? public var nodeId:String? public var clientId:String? public var formId:String? public var data:[String:String]? required public init(){} }