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

プロパティ値

このアクティビティが関連付けられている会話のアドレス。

適用対象