ENUM

ConversationRole

Who authored a message in a conversation transcript.

link GraphQL Schema definition

1enum ConversationRole {
2
3# The person taking the assessment.
4user
5
6# The AI conversation agent.
7agent
8}