(* Options: Date: 2025-07-06 11:41:15 Version: 8.71 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://team.evovoice.io //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: LiveAnswerSurveyCallback.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Voice.Api.Nodes.AI open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [<Route("/nodes/live-answer/survey")>] [<AllowNullLiteral>] type LiveAnswerSurveyCallback() = member val SessionId:String = null with get,set member val FlowId:String = null with get,set member val NodeId:String = null with get,set member val ClientId:String = null with get,set member val FormId:String = null with get,set member val Data:Dictionary<String, Object> = null with get,set