Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 485 Bytes

File metadata and controls

22 lines (14 loc) · 485 Bytes

PlatformMessageRole

Role of the message author.

Example Usage

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");

Values

Name Value
USER USER
GLEAN_AI GLEAN_AI