medium property

String? medium
getter/setter pair

The conversation medium, if unspecified will default to PHONE_CALL.

Immutable. Possible string values are:

  • "MEDIUM_UNSPECIFIED" : Default value, if unspecified will default to PHONE_CALL.
  • "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;