Freigeben über


UserCollaborator Class

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

public class UserCollaborator

The UserCollaborator model.

Method Summary

Modifier and Type Method and Description
String email()

Get the email value.

UserCollaborator withEmail(String email)

Set the email value.

Method Details

email

public String email()

Get the email value.

Returns:

the email value

withEmail

public UserCollaborator withEmail(String email)

Set the email value.

Parameters:

email - the email value to set

Returns:

the UserCollaborator object itself.

Applies to