Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="V2ConversationMessageTypingEventForUserTopicConversationContentGeneric" /> class.
 /// </summary>
 /// <param name="Title">Title.</param>
 /// <param name="Description">Description.</param>
 /// <param name="Image">Image.</param>
 /// <param name="Video">Video.</param>
 /// <param name="Actions">Actions.</param>
 /// <param name="Components">Components.</param>
 public V2ConversationMessageTypingEventForUserTopicConversationContentGeneric(string Title = null, string Description = null, string Image = null, string Video = null, V2ConversationMessageTypingEventForUserTopicConversationContentActions Actions = null, List <V2ConversationMessageTypingEventForUserTopicConversationButtonComponent> Components = null)
 {
     this.Title       = Title;
     this.Description = Description;
     this.Image       = Image;
     this.Video       = Video;
     this.Actions     = Actions;
     this.Components  = Components;
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="V2ConversationMessageTypingEventForUserTopicConversationButtonComponent" /> class.
 /// </summary>
 /// <param name="Title">Title.</param>
 /// <param name="Actions">Actions.</param>
 public V2ConversationMessageTypingEventForUserTopicConversationButtonComponent(string Title = null, V2ConversationMessageTypingEventForUserTopicConversationContentActions Actions = null)
 {
     this.Title   = Title;
     this.Actions = Actions;
 }