role property

String? role
getter/setter pair

A role for the message. Possible string values are:

  • "ROLE_UNSPECIFIED"
  • "ROLE_USER" : USER role refers to communication from the client to the server.
  • "ROLE_AGENT" : AGENT role refers to communication from the server to the client.

Implementation

core.String? role;