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

属性值

参与对话的用户。

适用于