values constant

List<Participant_Role> const values

Implementation

static const $core.List<Participant_Role> values = <Participant_Role>[
  ROLE_UNSPECIFIED,
  HUMAN_AGENT,
  AUTOMATED_AGENT,
  END_USER,
];