예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="V2ConversationMessageTypingEventForUserTopicConversationMessageContent" /> 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 V2ConversationMessageTypingEventForUserTopicConversationMessageContent(ContentTypeEnum?ContentType = null, V2ConversationMessageTypingEventForUserTopicConversationContentLocation Location = null, V2ConversationMessageTypingEventForUserTopicConversationContentStory Story = null, V2ConversationMessageTypingEventForUserTopicConversationContentAttachment Attachment = null, V2ConversationMessageTypingEventForUserTopicConversationContentQuickReply QuickReply = null, V2ConversationMessageTypingEventForUserTopicConversationContentNotificationTemplate Template = null, V2ConversationMessageTypingEventForUserTopicConversationContentButtonResponse ButtonResponse = null, V2ConversationMessageTypingEventForUserTopicConversationContentGeneric 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;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateHeader" /> class.
 /// </summary>
 /// <param name="Type">Type.</param>
 /// <param name="Text">Text.</param>
 /// <param name="Media">Media.</param>
 /// <param name="Parameters">Parameters.</param>
 public V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateHeader(TypeEnum?Type = null, string Text = null, V2ConversationMessageTypingEventForUserTopicConversationContentAttachment Media = null, List <V2ConversationMessageTypingEventForUserTopicConversationNotificationTemplateParameter> Parameters = null)
 {
     this.Type       = Type;
     this.Text       = Text;
     this.Media      = Media;
     this.Parameters = Parameters;
 }