Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="QueueConversationSocialExpressionEventTopicConversationRoutingData" /> class.
 /// </summary>
 /// <param name="Queue">Queue.</param>
 /// <param name="Language">Language.</param>
 /// <param name="Priority">Priority.</param>
 /// <param name="Skills">Skills.</param>
 /// <param name="ScoredAgents">ScoredAgents.</param>
 public QueueConversationSocialExpressionEventTopicConversationRoutingData(QueueConversationSocialExpressionEventTopicUriReference Queue = null, QueueConversationSocialExpressionEventTopicUriReference Language = null, int?Priority = null, List <QueueConversationSocialExpressionEventTopicUriReference> Skills = null, List <QueueConversationSocialExpressionEventTopicScoredAgent> ScoredAgents = null)
 {
     this.Queue        = Queue;
     this.Language     = Language;
     this.Priority     = Priority;
     this.Skills       = Skills;
     this.ScoredAgents = ScoredAgents;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="QueueConversationSocialExpressionEventTopicScoredAgent" /> class.
 /// </summary>
 /// <param name="Agent">Agent.</param>
 /// <param name="Score">Score.</param>
 public QueueConversationSocialExpressionEventTopicScoredAgent(QueueConversationSocialExpressionEventTopicUriReference Agent = null, int?Score = null)
 {
     this.Agent = Agent;
     this.Score = Score;
 }