participantRole property
The role of the participant.
Output only. Possible string values are:
- "ROLE_UNSPECIFIED" : Participant role not set.
- "HUMAN_AGENT" : Participant is a human agent.
- "AUTOMATED_AGENT" : Participant is an automated agent, such as a Dialogflow agent.
- "END_USER" : Participant is an end user that has called or chatted with Dialogflow services.
Implementation
core.String? participantRole;