IEventActivity.RelatesTo Property

Definition

Gets or sets reference to another conversation or activity.

public Microsoft.Bot.Schema.ConversationReference RelatesTo { get; set; }
member this.RelatesTo : Microsoft.Bot.Schema.ConversationReference with get, set
Public Property RelatesTo As ConversationReference

Property Value

Reference to another conversation or activity.

Applies to