IActivity.Conversation Property
Definition
Gets or sets Address for the conversation that this activity is associated with.
public Microsoft.Bot.Schema.ConversationAccount Conversation { get; set; }
member this.Conversation : Microsoft.Bot.Schema.ConversationAccount with get, set
Public Property Conversation As ConversationAccount
Property Value
Address for the conversation that this activity is associated with.