participantRole property

String? participantRole
getter/setter pair

The participant role to remove the suggestion feature config.

Only HUMAN_AGENT or END_USER can be used.

Required. 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;