' Options:
'Date: 2026-06-16 14:26:36
'Version: 8.71
'Tip: To override a DTO option, remove "''" prefix before updating
'BaseUrl: https://evovoice.io
'
'''GlobalNamespace:
'''MakePartial: True
'''MakeVirtual: True
'''MakeDataContractsExtensible: False
'''AddReturnMarker: True
'''AddDescriptionAsComments: True
'''AddDataContractAttributes: False
'''AddIndexesToDataMembers: False
'''AddGeneratedCodeAttributes: False
'''AddResponseStatus: False
'''AddImplicitVersion:
'''InitializeCollections: False
'''ExportValueTypes: False
'IncludeTypes: ProvisionCogito.*
'''ExcludeTypes:
'''AddNamespaces:
'''AddDefaultXmlNamespace: http://schemas.servicestack.net/types
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Voice.Api.Endpoints
Namespace Global
Namespace Voice.Api.Endpoints
'''
'''Ensures that a SIP trunk is provisioned for Cogito and that a corresponding outbound SIP trunk is also created on the LiveKit side
'''
Public Partial Class ProvisionCogito
Implements IReturn(Of ProvisionCogitoResponse)
'''
'''The ID of the account to associate the number with
'''
Public Overridable Property AccountId As String
End Class
Public Partial Class ProvisionCogitoResponse
Public Overridable Property SipTrunkId As String
Public Overridable Property CreatedNewSipTrunk As Boolean
Public Overridable Property CreatedLiveKitTrunk As Boolean
End Class
End Namespace
End Namespace