(* Options: Date: 2026-06-16 14:30:06 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: ProvisionCogito.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Voice.Api.Endpoints open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] type ProvisionCogitoResponse() = member val SipTrunkId:String = null with get,set member val CreatedNewSipTrunk:Boolean = new Boolean() with get,set member val CreatedLiveKitTrunk:Boolean = new Boolean() with get,set /// ///Ensures that a SIP trunk is provisioned for Cogito and that a corresponding outbound SIP trunk is also created on the LiveKit side /// [] [] [] type ProvisionCogito() = interface IReturn /// ///The ID of the account to associate the number with /// [] member val AccountId:String = null with get,set