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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java