Transcript.Activities 属性

定义

获取或设置符合脚本架构的活动集合。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Activity> Activities { get; set; }
member this.Activities : System.Collections.Generic.IList<Microsoft.Bot.Schema.Activity> with get, set
Public Property Activities As IList(Of Activity)

属性值

符合脚本架构的活动集合。

适用于