Activity.RelatesTo Property

Definition

Gets or sets a ConversationReference 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

A reference to another conversation or activity.

Implements

Applies to