' Options: 'Date: 2025-05-04 23:11:33 'Version: 8.71 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://team.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: ChatEventsNodeNewMessageCallback.* '''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.Nodes.Messaging Namespace Global Namespace Voice.Api.Nodes.Messaging Public Partial Class ChatEventsNodeNewMessageCallback Public Overridable Property AccountId As String Public Overridable Property EndpointId As String Public Overridable Property SessionId As String Public Overridable Property Body As String Public Overridable Property Sender As String Public Overridable Property SenderDisplayName As String Public Overridable Property AttachmentUri As String Public Overridable Property AttachmentContentType As String Public Overridable Property NewMessage As String Public Overridable Property NewMessageBody As String Public Overridable Property NewMessageSender As String End Class End Namespace End Namespace