共用方式為


IActivity.Conversation 屬性

定義

取得或設定與此活動相關聯之交談的 Address。

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

屬性值

與此活動相關聯之交談的位址。

適用於