BeginSkillDialogOptions.Activity Property

Definition

Gets or sets the Activity to send to the skill.

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

Property Value

The Activity to send to the skill.

Applies to