AuthorRole Enum 
	- java.lang. Object 
- java.lang. Enum 
- com.microsoft. semantickernel. services. chatcompletion. AuthorRole 
 
- com.
 
- java.
public enum AuthorRole
 extends java.lang.Enum<AuthorRole>
Role of the author of a chat message
Fields
| ASSISTANT | An assistant message is a message generated by the assistant. | 
| SYSTEM | A system message helps set the behavior of the assistant. | 
| TOOL | A tool message is a message generated by a tool. | 
| USER | A user message is a message generated by the user. | 
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
toString()
public String toString()
Returns
- Overrides
- 
	java.lang.Enum.toString()