你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserCollaborator 类

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.UserCollaborator

public class UserCollaborator

UserCollaborator 模型。

方法摘要

修饰符和类型 方法和描述
String email()

获取电子邮件值。

UserCollaborator withEmail(String email)

设置电子邮件值。

方法详细信息

email

public String email()

获取电子邮件值。

Returns:

电子邮件值

withEmail

public UserCollaborator withEmail(String email)

设置电子邮件值。

Parameters:

email - 要设置的电子邮件值

Returns:

UserCollaborator 对象本身。

适用于