UserCollaborator Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. UserCollaborator
- com.
public class UserCollaborator
The UserCollaborator model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
email()
Get the email value. |
User |
withEmail(String email)
Set the email value. |
Method Details
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.