示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="QueueConversationEventTopicChat" /> class.
 /// </summary>
 /// <param name="State">State.</param>
 /// <param name="InitialState">InitialState.</param>
 /// <param name="Id">A globally unique identifier for this communication..</param>
 /// <param name="Provider">The source provider of the chat..</param>
 /// <param name="ScriptId">The UUID of the script to use..</param>
 /// <param name="PeerId">The id of the peer communication corresponding to a matching leg for this communication..</param>
 /// <param name="RoomId">The room id for the chat..</param>
 /// <param name="AvatarImageUrl">The avatar for the chat (if available)..</param>
 /// <param name="Held">True if this call is held and the person on this side hears silence..</param>
 /// <param name="DisconnectType">System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects..</param>
 /// <param name="StartHoldTime">The timestamp the chat was placed on hold in the cloud clock if the chat is currently on hold..</param>
 /// <param name="ConnectedTime">The timestamp when this communication was connected in the cloud clock..</param>
 /// <param name="DisconnectedTime">The timestamp when this communication disconnected from the conversation in the provider clock..</param>
 /// <param name="JourneyContext">JourneyContext.</param>
 /// <param name="Wrapup">Call wrap up or disposition data..</param>
 /// <param name="AfterCallWork">A communication's after-call work data..</param>
 /// <param name="AfterCallWorkRequired">Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested..</param>
 public QueueConversationEventTopicChat(StateEnum?State = null, InitialStateEnum?InitialState = null, string Id = null, string Provider = null, string ScriptId = null, string PeerId = null, string RoomId = null, string AvatarImageUrl = null, bool?Held = null, DisconnectTypeEnum?DisconnectType = null, DateTime?StartHoldTime = null, DateTime?ConnectedTime = null, DateTime?DisconnectedTime = null, QueueConversationEventTopicJourneyContext JourneyContext = null, QueueConversationEventTopicWrapup Wrapup = null, QueueConversationEventTopicAfterCallWork AfterCallWork = null, bool?AfterCallWorkRequired = null)
 {
     this.State                 = State;
     this.InitialState          = InitialState;
     this.Id                    = Id;
     this.Provider              = Provider;
     this.ScriptId              = ScriptId;
     this.PeerId                = PeerId;
     this.RoomId                = RoomId;
     this.AvatarImageUrl        = AvatarImageUrl;
     this.Held                  = Held;
     this.DisconnectType        = DisconnectType;
     this.StartHoldTime         = StartHoldTime;
     this.ConnectedTime         = ConnectedTime;
     this.DisconnectedTime      = DisconnectedTime;
     this.JourneyContext        = JourneyContext;
     this.Wrapup                = Wrapup;
     this.AfterCallWork         = AfterCallWork;
     this.AfterCallWorkRequired = AfterCallWorkRequired;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="QueueConversationEventTopicVideo" /> class.
 /// </summary>
 /// <param name="State">State.</param>
 /// <param name="InitialState">InitialState.</param>
 /// <param name="Self">Address and name data for a call endpoint..</param>
 /// <param name="Id">A globally unique identifier for this communication..</param>
 /// <param name="Context">The room id context (xmpp jid) for the conference session..</param>
 /// <param name="AudioMuted">Indicates whether this participant has muted their outgoing audio..</param>
 /// <param name="VideoMuted">Indicates whether this participant has muted/paused their outgoing video..</param>
 /// <param name="SharingScreen">Indicates whether this participant is sharing their screen to the session..</param>
 /// <param name="PeerCount">The number of peer participants from the perspective of the participant in the conference..</param>
 /// <param name="Provider">The media provider controlling the video..</param>
 /// <param name="ScriptId">The UUID of the script to use..</param>
 /// <param name="PeerId">The id of the peer communication corresponding to a matching leg for this communication..</param>
 /// <param name="DisconnectType">System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects..</param>
 /// <param name="ConnectedTime">The timestamp when this communication was connected in the cloud clock..</param>
 /// <param name="DisconnectedTime">The timestamp when this communication disconnected from the conversation in the provider clock..</param>
 /// <param name="Msids">List of media stream ids.</param>
 /// <param name="Wrapup">Call wrap up or disposition data..</param>
 /// <param name="AfterCallWork">A communication's after-call work data..</param>
 /// <param name="AfterCallWorkRequired">Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested..</param>
 public QueueConversationEventTopicVideo(StateEnum?State = null, InitialStateEnum?InitialState = null, QueueConversationEventTopicAddress Self = null, string Id = null, string Context = null, bool?AudioMuted = null, bool?VideoMuted = null, bool?SharingScreen = null, Object PeerCount = null, string Provider = null, string ScriptId = null, string PeerId = null, DisconnectTypeEnum?DisconnectType = null, DateTime?ConnectedTime = null, DateTime?DisconnectedTime = null, List <string> Msids = null, QueueConversationEventTopicWrapup Wrapup = null, QueueConversationEventTopicAfterCallWork AfterCallWork = null, bool?AfterCallWorkRequired = null)
 {
     this.State                 = State;
     this.InitialState          = InitialState;
     this.Self                  = Self;
     this.Id                    = Id;
     this.Context               = Context;
     this.AudioMuted            = AudioMuted;
     this.VideoMuted            = VideoMuted;
     this.SharingScreen         = SharingScreen;
     this.PeerCount             = PeerCount;
     this.Provider              = Provider;
     this.ScriptId              = ScriptId;
     this.PeerId                = PeerId;
     this.DisconnectType        = DisconnectType;
     this.ConnectedTime         = ConnectedTime;
     this.DisconnectedTime      = DisconnectedTime;
     this.Msids                 = Msids;
     this.Wrapup                = Wrapup;
     this.AfterCallWork         = AfterCallWork;
     this.AfterCallWorkRequired = AfterCallWorkRequired;
 }
示例#3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="QueueConversationEventTopicEmail" /> class.
 /// </summary>
 /// <param name="Id">A globally unique identifier for this communication..</param>
 /// <param name="State">State.</param>
 /// <param name="InitialState">InitialState.</param>
 /// <param name="Held">True if this call is held and the person on this side hears silence..</param>
 /// <param name="AutoGenerated">Indicates that the email was auto-generated like an Out of Office reply..</param>
 /// <param name="Subject">The subject for the initial email that started this conversation..</param>
 /// <param name="Provider">The source provider of the email..</param>
 /// <param name="ScriptId">The UUID of the script to use..</param>
 /// <param name="PeerId">The id of the peer communication corresponding to a matching leg for this communication..</param>
 /// <param name="MessagesSent">The number of email messages sent by this participant..</param>
 /// <param name="ErrorInfo">Detailed information about an error response..</param>
 /// <param name="DisconnectType">System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects..</param>
 /// <param name="StartHoldTime">The timestamp the email was placed on hold in the cloud clock if the email is currently on hold..</param>
 /// <param name="ConnectedTime">The timestamp when this communication was connected in the cloud clock..</param>
 /// <param name="DisconnectedTime">The timestamp when this communication disconnected from the conversation in the provider clock..</param>
 /// <param name="MessageId">A globally unique identifier for the stored content of this communication..</param>
 /// <param name="Direction">Whether a call is inbound or outbound..</param>
 /// <param name="DraftAttachments">A list of uploaded attachments on the email draft..</param>
 /// <param name="Spam">Indicates if the inbound email was marked as spam..</param>
 /// <param name="Wrapup">Call wrap up or disposition data..</param>
 /// <param name="AfterCallWork">A communication's after-call work data..</param>
 /// <param name="AfterCallWorkRequired">Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested..</param>
 public QueueConversationEventTopicEmail(string Id = null, StateEnum?State = null, InitialStateEnum?InitialState = null, bool?Held = null, bool?AutoGenerated = null, string Subject = null, string Provider = null, string ScriptId = null, string PeerId = null, int?MessagesSent = null, QueueConversationEventTopicErrorDetails ErrorInfo = null, DisconnectTypeEnum?DisconnectType = null, DateTime?StartHoldTime = null, DateTime?ConnectedTime = null, DateTime?DisconnectedTime = null, string MessageId = null, DirectionEnum?Direction = null, List <QueueConversationEventTopicAttachment> DraftAttachments = null, bool?Spam = null, QueueConversationEventTopicWrapup Wrapup = null, QueueConversationEventTopicAfterCallWork AfterCallWork = null, bool?AfterCallWorkRequired = null)
 {
     this.Id                    = Id;
     this.State                 = State;
     this.InitialState          = InitialState;
     this.Held                  = Held;
     this.AutoGenerated         = AutoGenerated;
     this.Subject               = Subject;
     this.Provider              = Provider;
     this.ScriptId              = ScriptId;
     this.PeerId                = PeerId;
     this.MessagesSent          = MessagesSent;
     this.ErrorInfo             = ErrorInfo;
     this.DisconnectType        = DisconnectType;
     this.StartHoldTime         = StartHoldTime;
     this.ConnectedTime         = ConnectedTime;
     this.DisconnectedTime      = DisconnectedTime;
     this.MessageId             = MessageId;
     this.Direction             = Direction;
     this.DraftAttachments      = DraftAttachments;
     this.Spam                  = Spam;
     this.Wrapup                = Wrapup;
     this.AfterCallWork         = AfterCallWork;
     this.AfterCallWorkRequired = AfterCallWorkRequired;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="QueueConversationEventTopicParticipant" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="ConnectedTime">ConnectedTime.</param>
 /// <param name="EndTime">EndTime.</param>
 /// <param name="UserId">UserId.</param>
 /// <param name="ExternalContactId">ExternalContactId.</param>
 /// <param name="ExternalOrganizationId">ExternalOrganizationId.</param>
 /// <param name="Name">Name.</param>
 /// <param name="QueueId">QueueId.</param>
 /// <param name="GroupId">GroupId.</param>
 /// <param name="Purpose">Purpose.</param>
 /// <param name="ConsultParticipantId">ConsultParticipantId.</param>
 /// <param name="Address">Address.</param>
 /// <param name="WrapupRequired">WrapupRequired.</param>
 /// <param name="WrapupExpected">WrapupExpected.</param>
 /// <param name="WrapupPrompt">WrapupPrompt.</param>
 /// <param name="WrapupTimeoutMs">WrapupTimeoutMs.</param>
 /// <param name="Wrapup">Wrapup.</param>
 /// <param name="StartAcwTime">StartAcwTime.</param>
 /// <param name="EndAcwTime">EndAcwTime.</param>
 /// <param name="ConversationRoutingData">ConversationRoutingData.</param>
 /// <param name="AlertingTimeoutMs">AlertingTimeoutMs.</param>
 /// <param name="MonitoredParticipantId">MonitoredParticipantId.</param>
 /// <param name="ScreenRecordingState">ScreenRecordingState.</param>
 /// <param name="FlaggedReason">FlaggedReason.</param>
 /// <param name="Attributes">Attributes.</param>
 /// <param name="Calls">Calls.</param>
 /// <param name="Callbacks">Callbacks.</param>
 /// <param name="Chats">Chats.</param>
 /// <param name="Cobrowsesessions">Cobrowsesessions.</param>
 /// <param name="Emails">Emails.</param>
 /// <param name="Messages">Messages.</param>
 /// <param name="Screenshares">Screenshares.</param>
 /// <param name="SocialExpressions">SocialExpressions.</param>
 /// <param name="Videos">Videos.</param>
 /// <param name="AdditionalProperties">AdditionalProperties.</param>
 public QueueConversationEventTopicParticipant(string Id = null, DateTime?ConnectedTime = null, DateTime?EndTime = null, string UserId = null, string ExternalContactId = null, string ExternalOrganizationId = null, string Name = null, string QueueId = null, string GroupId = null, string Purpose = null, string ConsultParticipantId = null, string Address = null, bool?WrapupRequired = null, bool?WrapupExpected = null, string WrapupPrompt = null, int?WrapupTimeoutMs = null, QueueConversationEventTopicWrapup Wrapup = null, DateTime?StartAcwTime = null, DateTime?EndAcwTime = null, QueueConversationEventTopicConversationRoutingData ConversationRoutingData = null, int?AlertingTimeoutMs = null, string MonitoredParticipantId = null, ScreenRecordingStateEnum?ScreenRecordingState = null, string FlaggedReason = null, Dictionary <string, string> Attributes = null, List <QueueConversationEventTopicCall> Calls = null, List <QueueConversationEventTopicCallback> Callbacks = null, List <QueueConversationEventTopicChat> Chats = null, List <QueueConversationEventTopicCobrowse> Cobrowsesessions = null, List <QueueConversationEventTopicEmail> Emails = null, List <QueueConversationEventTopicMessage> Messages = null, List <QueueConversationEventTopicScreenshare> Screenshares = null, List <QueueConversationEventTopicSocialExpression> SocialExpressions = null, List <QueueConversationEventTopicVideo> Videos = null, Object AdditionalProperties = null)
 {
     this.Id                      = Id;
     this.ConnectedTime           = ConnectedTime;
     this.EndTime                 = EndTime;
     this.UserId                  = UserId;
     this.ExternalContactId       = ExternalContactId;
     this.ExternalOrganizationId  = ExternalOrganizationId;
     this.Name                    = Name;
     this.QueueId                 = QueueId;
     this.GroupId                 = GroupId;
     this.Purpose                 = Purpose;
     this.ConsultParticipantId    = ConsultParticipantId;
     this.Address                 = Address;
     this.WrapupRequired          = WrapupRequired;
     this.WrapupExpected          = WrapupExpected;
     this.WrapupPrompt            = WrapupPrompt;
     this.WrapupTimeoutMs         = WrapupTimeoutMs;
     this.Wrapup                  = Wrapup;
     this.StartAcwTime            = StartAcwTime;
     this.EndAcwTime              = EndAcwTime;
     this.ConversationRoutingData = ConversationRoutingData;
     this.AlertingTimeoutMs       = AlertingTimeoutMs;
     this.MonitoredParticipantId  = MonitoredParticipantId;
     this.ScreenRecordingState    = ScreenRecordingState;
     this.FlaggedReason           = FlaggedReason;
     this.Attributes              = Attributes;
     this.Calls                   = Calls;
     this.Callbacks               = Callbacks;
     this.Chats                   = Chats;
     this.Cobrowsesessions        = Cobrowsesessions;
     this.Emails                  = Emails;
     this.Messages                = Messages;
     this.Screenshares            = Screenshares;
     this.SocialExpressions       = SocialExpressions;
     this.Videos                  = Videos;
     this.AdditionalProperties    = AdditionalProperties;
 }
示例#5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="QueueConversationEventTopicCallback" /> class.
 /// </summary>
 /// <param name="State">State.</param>
 /// <param name="InitialState">InitialState.</param>
 /// <param name="Id">A globally unique identifier for this communication..</param>
 /// <param name="Direction">The direction of the call.</param>
 /// <param name="Held">True if this call is held and the person on this side hears silence..</param>
 /// <param name="DisconnectType">System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects..</param>
 /// <param name="StartHoldTime">The timestamp the callback was placed on hold in the cloud clock if the callback is currently on hold..</param>
 /// <param name="DialerPreview">DialerPreview.</param>
 /// <param name="Voicemail">Voicemail.</param>
 /// <param name="CallbackNumbers">The phone number(s) to use to place the callback..</param>
 /// <param name="CallbackUserName">The name of the user requesting a callback..</param>
 /// <param name="ScriptId">The UUID of the script to use..</param>
 /// <param name="PeerId">The id of the peer communication corresponding to a matching leg for this communication..</param>
 /// <param name="ExternalCampaign">True if the call for the callback uses external dialing..</param>
 /// <param name="SkipEnabled">True if the ability to skip a callback should be enabled..</param>
 /// <param name="Provider">The source provider of the callback..</param>
 /// <param name="TimeoutSeconds">The number of seconds before the system automatically places a call for a callback.  0 means the automatic placement is disabled..</param>
 /// <param name="ConnectedTime">The timestamp when this communication was connected in the cloud clock..</param>
 /// <param name="DisconnectedTime">The timestamp when this communication disconnected from the conversation in the provider clock..</param>
 /// <param name="CallbackScheduledTime">The timestamp when this communication is scheduled in the provider clock. If this value is missing it indicates the callback will be placed immediately..</param>
 /// <param name="AutomatedCallbackConfigId">The id of the config for automatically placing the callback (and handling the disposition). If null, the callback will not be placed automatically but routed to an agent as per normal..</param>
 /// <param name="Wrapup">Call wrap up or disposition data..</param>
 /// <param name="AfterCallWork">A communication's after-call work data..</param>
 /// <param name="AfterCallWorkRequired">Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested..</param>
 /// <param name="CallerId">The phone number displayed to recipients of the phone call. The value should conform to the E164 format..</param>
 /// <param name="CallerIdName">The name displayed to recipients of the phone call..</param>
 public QueueConversationEventTopicCallback(StateEnum?State = null, InitialStateEnum?InitialState = null, string Id = null, DirectionEnum?Direction = null, bool?Held = null, DisconnectTypeEnum?DisconnectType = null, DateTime?StartHoldTime = null, QueueConversationEventTopicDialerPreview DialerPreview = null, QueueConversationEventTopicVoicemail Voicemail = null, List <string> CallbackNumbers = null, string CallbackUserName = null, string ScriptId = null, string PeerId = null, bool?ExternalCampaign = null, bool?SkipEnabled = null, string Provider = null, int?TimeoutSeconds = null, DateTime?ConnectedTime = null, DateTime?DisconnectedTime = null, DateTime?CallbackScheduledTime = null, string AutomatedCallbackConfigId = null, QueueConversationEventTopicWrapup Wrapup = null, QueueConversationEventTopicAfterCallWork AfterCallWork = null, bool?AfterCallWorkRequired = null, string CallerId = null, string CallerIdName = null)
 {
     this.State                     = State;
     this.InitialState              = InitialState;
     this.Id                        = Id;
     this.Direction                 = Direction;
     this.Held                      = Held;
     this.DisconnectType            = DisconnectType;
     this.StartHoldTime             = StartHoldTime;
     this.DialerPreview             = DialerPreview;
     this.Voicemail                 = Voicemail;
     this.CallbackNumbers           = CallbackNumbers;
     this.CallbackUserName          = CallbackUserName;
     this.ScriptId                  = ScriptId;
     this.PeerId                    = PeerId;
     this.ExternalCampaign          = ExternalCampaign;
     this.SkipEnabled               = SkipEnabled;
     this.Provider                  = Provider;
     this.TimeoutSeconds            = TimeoutSeconds;
     this.ConnectedTime             = ConnectedTime;
     this.DisconnectedTime          = DisconnectedTime;
     this.CallbackScheduledTime     = CallbackScheduledTime;
     this.AutomatedCallbackConfigId = AutomatedCallbackConfigId;
     this.Wrapup                    = Wrapup;
     this.AfterCallWork             = AfterCallWork;
     this.AfterCallWorkRequired     = AfterCallWorkRequired;
     this.CallerId                  = CallerId;
     this.CallerIdName              = CallerIdName;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="QueueConversationEventTopicCobrowse" /> class.
 /// </summary>
 /// <param name="State">State.</param>
 /// <param name="InitialState">InitialState.</param>
 /// <param name="DisconnectType">System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects..</param>
 /// <param name="Id">A globally unique identifier for this communication..</param>
 /// <param name="Self">Address and name data for a call endpoint..</param>
 /// <param name="RoomId">The room id for the chat..</param>
 /// <param name="CobrowseSessionId">The co-browse session ID..</param>
 /// <param name="CobrowseRole">This value identifies the role of the co-browse client within the co-browse session (a client is a sharer or a viewer)..</param>
 /// <param name="Controlling">ID of co-browse participants for which this client has been granted control (list is empty if this client cannot control any shared pages)..</param>
 /// <param name="ViewerUrl">The URL that can be used to open co-browse session in web browser..</param>
 /// <param name="Provider">The source provider of the co-browse communication..</param>
 /// <param name="ScriptId">The UUID of the script to use..</param>
 /// <param name="PeerId">The id of the peer communication corresponding to a matching leg for this communication..</param>
 /// <param name="ProviderEventTime">The time when the provider event which triggered this conversation update happened in the corrected provider clock (milliseconds since 1970-01-01 00:00:00 UTC)..</param>
 /// <param name="ConnectedTime">The timestamp when this communication was connected in the cloud clock..</param>
 /// <param name="DisconnectedTime">The timestamp when this communication disconnected from the conversation in the provider clock..</param>
 /// <param name="Wrapup">Call wrap up or disposition data..</param>
 /// <param name="AfterCallWork">A communication's after-call work data..</param>
 /// <param name="AfterCallWorkRequired">Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested..</param>
 public QueueConversationEventTopicCobrowse(StateEnum?State = null, InitialStateEnum?InitialState = null, DisconnectTypeEnum?DisconnectType = null, string Id = null, QueueConversationEventTopicAddress Self = null, string RoomId = null, string CobrowseSessionId = null, string CobrowseRole = null, List <string> Controlling = null, string ViewerUrl = null, string Provider = null, string ScriptId = null, string PeerId = null, DateTime?ProviderEventTime = null, DateTime?ConnectedTime = null, DateTime?DisconnectedTime = null, QueueConversationEventTopicWrapup Wrapup = null, QueueConversationEventTopicAfterCallWork AfterCallWork = null, bool?AfterCallWorkRequired = null)
 {
     this.State                 = State;
     this.InitialState          = InitialState;
     this.DisconnectType        = DisconnectType;
     this.Id                    = Id;
     this.Self                  = Self;
     this.RoomId                = RoomId;
     this.CobrowseSessionId     = CobrowseSessionId;
     this.CobrowseRole          = CobrowseRole;
     this.Controlling           = Controlling;
     this.ViewerUrl             = ViewerUrl;
     this.Provider              = Provider;
     this.ScriptId              = ScriptId;
     this.PeerId                = PeerId;
     this.ProviderEventTime     = ProviderEventTime;
     this.ConnectedTime         = ConnectedTime;
     this.DisconnectedTime      = DisconnectedTime;
     this.Wrapup                = Wrapup;
     this.AfterCallWork         = AfterCallWork;
     this.AfterCallWorkRequired = AfterCallWorkRequired;
 }
示例#7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="QueueConversationEventTopicCall" /> class.
 /// </summary>
 /// <param name="Id">A globally unique identifier for this communication..</param>
 /// <param name="State">State.</param>
 /// <param name="InitialState">InitialState.</param>
 /// <param name="Recording">True if this call is being recorded..</param>
 /// <param name="RecordingState">State of recording on this call..</param>
 /// <param name="Muted">True if this call is muted so that remote participants can't hear any audio from this end..</param>
 /// <param name="Confined">True if this call is held and the person on this side hears hold music..</param>
 /// <param name="Held">True if this call is held and the person on this side hears silence..</param>
 /// <param name="ErrorInfo">ErrorInfo.</param>
 /// <param name="DisconnectType">System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects..</param>
 /// <param name="StartHoldTime">The timestamp the call was placed on hold in the cloud clock if the call is currently on hold..</param>
 /// <param name="Direction">Whether a call is inbound or outbound..</param>
 /// <param name="DocumentId">If call is a fax of a document in content management, the id of the document in content management..</param>
 /// <param name="Self">Self.</param>
 /// <param name="Other">Address and name data for a call endpoint..</param>
 /// <param name="Provider">The source provider of the call..</param>
 /// <param name="ScriptId">The UUID of the script to use..</param>
 /// <param name="PeerId">The id of the peer communication corresponding to a matching leg for this communication..</param>
 /// <param name="ConnectedTime">The timestamp when this communication was connected in the cloud clock..</param>
 /// <param name="DisconnectedTime">The timestamp when this communication disconnected from the conversation in the provider clock..</param>
 /// <param name="DisconnectReasons">List of reasons that this call was disconnected. This will be set once the call disconnects..</param>
 /// <param name="FaxStatus">FaxStatus.</param>
 /// <param name="UuiData">User to User Information (UUI) data managed by SIP session application..</param>
 /// <param name="BargedTime">The timestamp when this participant was connected to the barge conference in the provider clock..</param>
 /// <param name="Wrapup">Call wrap up or disposition data..</param>
 /// <param name="AfterCallWork">AfterCallWork.</param>
 /// <param name="AfterCallWorkRequired">Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested..</param>
 /// <param name="AgentAssistantId">UUID of virtual agent assistant that provide suggestions to the agent participant during the conversation..</param>
 public QueueConversationEventTopicCall(string Id = null, StateEnum?State = null, InitialStateEnum?InitialState = null, bool?Recording = null, RecordingStateEnum?RecordingState = null, bool?Muted = null, bool?Confined = null, bool?Held = null, QueueConversationEventTopicErrorDetails ErrorInfo = null, DisconnectTypeEnum?DisconnectType = null, DateTime?StartHoldTime = null, DirectionEnum?Direction = null, string DocumentId = null, QueueConversationEventTopicAddress Self = null, QueueConversationEventTopicAddress Other = null, string Provider = null, string ScriptId = null, string PeerId = null, DateTime?ConnectedTime = null, DateTime?DisconnectedTime = null, List <QueueConversationEventTopicDisconnectReason> DisconnectReasons = null, QueueConversationEventTopicFaxStatus FaxStatus = null, string UuiData = null, DateTime?BargedTime = null, QueueConversationEventTopicWrapup Wrapup = null, QueueConversationEventTopicAfterCallWork AfterCallWork = null, bool?AfterCallWorkRequired = null, string AgentAssistantId = null)
 {
     this.Id                    = Id;
     this.State                 = State;
     this.InitialState          = InitialState;
     this.Recording             = Recording;
     this.RecordingState        = RecordingState;
     this.Muted                 = Muted;
     this.Confined              = Confined;
     this.Held                  = Held;
     this.ErrorInfo             = ErrorInfo;
     this.DisconnectType        = DisconnectType;
     this.StartHoldTime         = StartHoldTime;
     this.Direction             = Direction;
     this.DocumentId            = DocumentId;
     this.Self                  = Self;
     this.Other                 = Other;
     this.Provider              = Provider;
     this.ScriptId              = ScriptId;
     this.PeerId                = PeerId;
     this.ConnectedTime         = ConnectedTime;
     this.DisconnectedTime      = DisconnectedTime;
     this.DisconnectReasons     = DisconnectReasons;
     this.FaxStatus             = FaxStatus;
     this.UuiData               = UuiData;
     this.BargedTime            = BargedTime;
     this.Wrapup                = Wrapup;
     this.AfterCallWork         = AfterCallWork;
     this.AfterCallWorkRequired = AfterCallWorkRequired;
     this.AgentAssistantId      = AgentAssistantId;
 }
示例#8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="QueueConversationEventTopicMessage" /> class.
 /// </summary>
 /// <param name="Id">A globally unique identifier for this communication..</param>
 /// <param name="State">State.</param>
 /// <param name="InitialState">InitialState.</param>
 /// <param name="Held">True if this call is held and the person on this side hears silence..</param>
 /// <param name="ErrorInfo">Detailed information about an error response..</param>
 /// <param name="Provider">The source provider of the email..</param>
 /// <param name="ScriptId">The UUID of the script to use..</param>
 /// <param name="PeerId">The id of the peer communication corresponding to a matching leg for this communication..</param>
 /// <param name="DisconnectType">System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects..</param>
 /// <param name="StartHoldTime">The timestamp the email was placed on hold in the cloud clock if the email is currently on hold..</param>
 /// <param name="ConnectedTime">The timestamp when this communication was connected in the cloud clock..</param>
 /// <param name="DisconnectedTime">The timestamp when this communication disconnected from the conversation in the provider clock..</param>
 /// <param name="ToAddress">Address and name data for a call endpoint..</param>
 /// <param name="FromAddress">Address and name data for a call endpoint..</param>
 /// <param name="Messages">The messages sent on this communication channel..</param>
 /// <param name="MessagesTranscriptUri">the messages transcript file uri..</param>
 /// <param name="Type">Indicates the type of message platform from which the message originated..</param>
 /// <param name="RecipientCountry">Indicates the country where the recipient is associated in ISO 3166-1 alpha-2 format..</param>
 /// <param name="RecipientType">The type of the recipient. Eg: Provisioned phoneNumber is the recipient for sms message type..</param>
 /// <param name="JourneyContext">A subset of the Journey System's data relevant to a part of a conversation (for external linkage and internal usage/context)..</param>
 /// <param name="Wrapup">Call wrap up or disposition data..</param>
 /// <param name="AfterCallWork">A communication's after-call work data..</param>
 /// <param name="AfterCallWorkRequired">Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested..</param>
 /// <param name="AgentAssistantId">UUID of virtual agent assistant that provide suggestions to the agent participant during the conversation..</param>
 public QueueConversationEventTopicMessage(string Id = null, StateEnum?State = null, InitialStateEnum?InitialState = null, bool?Held = null, QueueConversationEventTopicErrorDetails ErrorInfo = null, string Provider = null, string ScriptId = null, string PeerId = null, DisconnectTypeEnum?DisconnectType = null, DateTime?StartHoldTime = null, DateTime?ConnectedTime = null, DateTime?DisconnectedTime = null, QueueConversationEventTopicAddress ToAddress = null, QueueConversationEventTopicAddress FromAddress = null, List <QueueConversationEventTopicMessageDetails> Messages = null, string MessagesTranscriptUri = null, TypeEnum?Type = null, string RecipientCountry = null, string RecipientType = null, QueueConversationEventTopicJourneyContext JourneyContext = null, QueueConversationEventTopicWrapup Wrapup = null, QueueConversationEventTopicAfterCallWork AfterCallWork = null, bool?AfterCallWorkRequired = null, string AgentAssistantId = null)
 {
     this.Id                    = Id;
     this.State                 = State;
     this.InitialState          = InitialState;
     this.Held                  = Held;
     this.ErrorInfo             = ErrorInfo;
     this.Provider              = Provider;
     this.ScriptId              = ScriptId;
     this.PeerId                = PeerId;
     this.DisconnectType        = DisconnectType;
     this.StartHoldTime         = StartHoldTime;
     this.ConnectedTime         = ConnectedTime;
     this.DisconnectedTime      = DisconnectedTime;
     this.ToAddress             = ToAddress;
     this.FromAddress           = FromAddress;
     this.Messages              = Messages;
     this.MessagesTranscriptUri = MessagesTranscriptUri;
     this.Type                  = Type;
     this.RecipientCountry      = RecipientCountry;
     this.RecipientType         = RecipientType;
     this.JourneyContext        = JourneyContext;
     this.Wrapup                = Wrapup;
     this.AfterCallWork         = AfterCallWork;
     this.AfterCallWorkRequired = AfterCallWorkRequired;
     this.AgentAssistantId      = AgentAssistantId;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="QueueConversationEventTopicSocialExpression" /> class.
 /// </summary>
 /// <param name="State">State.</param>
 /// <param name="InitialState">InitialState.</param>
 /// <param name="Id">A globally unique identifier for this communication..</param>
 /// <param name="SocialMediaId">A globally unique identifier for the social media..</param>
 /// <param name="SocialMediaHub">The social network of the communication.</param>
 /// <param name="SocialUserName">The social media user name of the communication.</param>
 /// <param name="PreviewText">The text preview of the communication contents.</param>
 /// <param name="RecordingId">A globally unique identifier for the recording associated with this chat..</param>
 /// <param name="Held">True if this call is held and the person on this side hears silence..</param>
 /// <param name="Provider">The source provider of the social expression..</param>
 /// <param name="ScriptId">The UUID of the script to use..</param>
 /// <param name="PeerId">The id of the peer communication corresponding to a matching leg for this communication..</param>
 /// <param name="DisconnectType">System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects..</param>
 /// <param name="StartHoldTime">The timestamp the chat was placed on hold in the cloud clock if the chat is currently on hold..</param>
 /// <param name="ConnectedTime">The timestamp when this communication was connected in the cloud clock..</param>
 /// <param name="DisconnectedTime">The timestamp when this communication disconnected from the conversation in the provider clock..</param>
 /// <param name="Wrapup">Call wrap up or disposition data..</param>
 /// <param name="AfterCallWork">A communication's after-call work data..</param>
 /// <param name="AfterCallWorkRequired">Indicates if after-call is required for a communication. Only used when the ACW Setting is Agent Requested..</param>
 public QueueConversationEventTopicSocialExpression(StateEnum?State = null, InitialStateEnum?InitialState = null, string Id = null, string SocialMediaId = null, string SocialMediaHub = null, string SocialUserName = null, string PreviewText = null, string RecordingId = null, bool?Held = null, string Provider = null, string ScriptId = null, string PeerId = null, DisconnectTypeEnum?DisconnectType = null, DateTime?StartHoldTime = null, DateTime?ConnectedTime = null, DateTime?DisconnectedTime = null, QueueConversationEventTopicWrapup Wrapup = null, QueueConversationEventTopicAfterCallWork AfterCallWork = null, bool?AfterCallWorkRequired = null)
 {
     this.State                 = State;
     this.InitialState          = InitialState;
     this.Id                    = Id;
     this.SocialMediaId         = SocialMediaId;
     this.SocialMediaHub        = SocialMediaHub;
     this.SocialUserName        = SocialUserName;
     this.PreviewText           = PreviewText;
     this.RecordingId           = RecordingId;
     this.Held                  = Held;
     this.Provider              = Provider;
     this.ScriptId              = ScriptId;
     this.PeerId                = PeerId;
     this.DisconnectType        = DisconnectType;
     this.StartHoldTime         = StartHoldTime;
     this.ConnectedTime         = ConnectedTime;
     this.DisconnectedTime      = DisconnectedTime;
     this.Wrapup                = Wrapup;
     this.AfterCallWork         = AfterCallWork;
     this.AfterCallWorkRequired = AfterCallWorkRequired;
 }