TeamsParticipantChannelAccount 类

定义

详细说明用户 Azure Active Directory 和会议参与者详细信息的 Teams 参与者频道帐户。

public class TeamsParticipantChannelAccount : Microsoft.Bot.Schema.Teams.TeamsChannelAccount
type TeamsParticipantChannelAccount = class
    inherit TeamsChannelAccount
Public Class TeamsParticipantChannelAccount
Inherits TeamsChannelAccount
继承
TeamsParticipantChannelAccount

构造函数

TeamsParticipantChannelAccount()

初始化 TeamsParticipantChannelAccount 类的新实例。

TeamsParticipantChannelAccount(String, String, String, String, String, String, String, String, String, Boolean, ConversationAccount)

初始化 TeamsParticipantChannelAccount 类的新实例。

属性

AadObjectId

获取或设置 Azure Active Directory (AAD) 中此帐户的对象 ID。

(继承自 ChannelAccount)
Conversation

获取或设置会议的对话帐户。

Email

获取或设置用户的电子邮件 ID。

(继承自 TeamsChannelAccount)
GivenName

获取或设置用户名的给定名称部分。

(继承自 TeamsChannelAccount)
Id

获取或设置此通道上的用户或机器人的通道 ID, (示例: joe@smith.com、 或 @joesmith 123456) 。

(继承自 ChannelAccount)
InMeeting

获取或设置一个值,该值指示参与者是否在会议中。

MeetingRole

获取或设置参与者在会议中的角色。

Name

获取或设置显示友好名称。

(继承自 ChannelAccount)
Properties

获取或设置未通过其他方式由 ChannelAccount 类型定义但可能显示在 REST JSON 对象中的属性。

(继承自 ChannelAccount)
Role

获取或设置帐户背后的实体角色, (示例:用户、机器人等) 。 可能的值包括:“user”、“bot”。

(继承自 ChannelAccount)
Surname

获取或设置用户名的姓氏部分。

(继承自 TeamsChannelAccount)
TenantId

获取或设置 TenantId。

(继承自 TeamsChannelAccount)
UserPrincipalName

获取或设置唯一的用户主体名称。

(继承自 TeamsChannelAccount)
UserRole

获取或设置 UserRole。

(继承自 TeamsChannelAccount)

适用于