ConversationReference.User プロパティ

定義

この会話に参加しているユーザーを取得または設定します (省略可能)。

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

プロパティ値

会話に参加しているユーザー。

適用対象