medium property

String? medium
getter/setter pair

The conversation medium.

Immutable. Possible string values are:

  • "MEDIUM_UNSPECIFIED" : Default value for unspecified.
  • "PHONE_CALL" : The format for conversations that took place over the phone.
  • "CHAT" : The format for conversations that took place over chat.

Implementation

core.String? medium;