autoSmartNotesGeneration property

String? autoSmartNotesGeneration
getter/setter pair

Defines whether to automatically generate a summary and recap of the meeting for all invitees in the organization when someone with the privilege to enable smart notes joins the meeting. Possible string values are:

  • "AUTO_GENERATION_TYPE_UNSPECIFIED" : Default value specified by user policy. This should never be returned.
  • "ON" : The artifact is generated automatically.
  • "OFF" : The artifact is not generated automatically.

Implementation

core.String? autoSmartNotesGeneration;