Example #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="AgentActivityNotificationPresence" /> class.
        /// </summary>


        /// <param name="PresenceDefinition">PresenceDefinition.</param>



        /// <param name="PresenceMessage">PresenceMessage.</param>



        /// <param name="ModifiedDate">ModifiedDate.</param>


        public AgentActivityNotificationPresence(AgentActivityNotificationPresencePresenceDefinition PresenceDefinition = null, string PresenceMessage = null, DateTime?ModifiedDate = null)
        {
            this.PresenceDefinition = PresenceDefinition;



            this.PresenceMessage = PresenceMessage;



            this.ModifiedDate = ModifiedDate;
        }
Example #2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="UserPresenceNotification" /> class.
        /// </summary>


        /// <param name="Source">Source.</param>



        /// <param name="PresenceDefinition">PresenceDefinition.</param>



        /// <param name="Primary">Primary.</param>



        /// <param name="Message">Message.</param>



        /// <param name="ModifiedDate">ModifiedDate.</param>


        public UserPresenceNotification(string Source = null, AgentActivityNotificationPresencePresenceDefinition PresenceDefinition = null, bool?Primary = null, string Message = null, DateTime?ModifiedDate = null)
        {
            this.Source = Source;



            this.PresenceDefinition = PresenceDefinition;



            this.Primary = Primary;



            this.Message = Message;



            this.ModifiedDate = ModifiedDate;
        }