Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateHeader" /> class.
 /// </summary>
 /// <param name="Type">Type.</param>
 /// <param name="Text">Text.</param>
 /// <param name="Media">Media.</param>
 /// <param name="Parameters">Parameters.</param>
 public V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateHeader(TypeEnum?Type = null, string Text = null, V2ConversationMessageTypingEventForWorkflowTopicConversationContentAttachment Media = null, List <V2ConversationMessageTypingEventForWorkflowTopicConversationNotificationTemplateParameter> Parameters = null)
 {
     this.Type       = Type;
     this.Text       = Text;
     this.Media      = Media;
     this.Parameters = Parameters;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="V2ConversationMessageTypingEventForWorkflowTopicConversationMessageContent" /> class.
 /// </summary>
 /// <param name="ContentType">ContentType.</param>
 /// <param name="Location">Location.</param>
 /// <param name="Story">Story.</param>
 /// <param name="Attachment">Attachment.</param>
 /// <param name="QuickReply">QuickReply.</param>
 /// <param name="Template">Template.</param>
 /// <param name="ButtonResponse">ButtonResponse.</param>
 /// <param name="Generic">Generic.</param>
 public V2ConversationMessageTypingEventForWorkflowTopicConversationMessageContent(ContentTypeEnum?ContentType = null, V2ConversationMessageTypingEventForWorkflowTopicConversationContentLocation Location = null, V2ConversationMessageTypingEventForWorkflowTopicConversationContentStory Story = null, V2ConversationMessageTypingEventForWorkflowTopicConversationContentAttachment Attachment = null, V2ConversationMessageTypingEventForWorkflowTopicConversationContentQuickReply QuickReply = null, V2ConversationMessageTypingEventForWorkflowTopicConversationContentNotificationTemplate Template = null, V2ConversationMessageTypingEventForWorkflowTopicConversationContentButtonResponse ButtonResponse = null, V2ConversationMessageTypingEventForWorkflowTopicConversationContentGeneric Generic = null)
 {
     this.ContentType    = ContentType;
     this.Location       = Location;
     this.Story          = Story;
     this.Attachment     = Attachment;
     this.QuickReply     = QuickReply;
     this.Template       = Template;
     this.ButtonResponse = ButtonResponse;
     this.Generic        = Generic;
 }