Role of the message author.
import com.glean.api_client.glean_api_client.models.components.PlatformMessageRole;
PlatformMessageRole value = PlatformMessageRole.USER;
// Open enum: use .of() to create instances from custom string values
PlatformMessageRole custom = PlatformMessageRole.of("custom_value");| Name | Value |
|---|---|
USER |
USER |
GLEAN_AI |
GLEAN_AI |