(* Options: Date: 2026-04-16 04:24:29 Version: 8.71 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://evovoice.io //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: CogitoCallRecordingCallback.* //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 [] [] type CogitoCallRecordingCallback() = member val SessionId:String = null with get,set member val RecordingStatus:String = null with get,set member val RecordingSid:String = null with get,set member val RecordingDuration:Int32 = new Int32() with get,set member val RecordingUrl:String = null with get,set member val FileName:String = null with get,set