public static interface SpaceConfig.ArtifactConfig.SmartNotesConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutoSmartNotesGeneration()
public abstract SpaceConfig.ArtifactConfig.AutoGenerationType getAutoSmartNotesGeneration()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.
 
 .google.apps.meet.v2beta.SpaceConfig.ArtifactConfig.AutoGenerationType auto_smart_notes_generation = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| SpaceConfig.ArtifactConfig.AutoGenerationType | The autoSmartNotesGeneration. | 
getAutoSmartNotesGenerationValue()
public abstract int getAutoSmartNotesGenerationValue()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.
 
 .google.apps.meet.v2beta.SpaceConfig.ArtifactConfig.AutoGenerationType auto_smart_notes_generation = 2;
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for autoSmartNotesGeneration. |