CalendarNotetaker

public final class CalendarNotetaker

Class representation of Notetaker meeting bot settings for a calendar.

Constructors

Link copied to clipboard
public CalendarNotetaker CalendarNotetaker(@Json(name = "name") String name, @Json(name = "meeting_settings") CalendarNotetaker.MeetingSettings meetingSettings, @Json(name = "rules") CalendarNotetaker.Rules rules)

Types

Link copied to clipboard

Event selection types for Notetaker.

Link copied to clipboard
public final class MeetingSettings

Data class for Notetaker Meeting Settings

Link copied to clipboard
public final class ParticipantFilter

Participant filters for Notetaker.

Link copied to clipboard
public final class Rules

Data class for Notetaker event selection rules

Properties

Link copied to clipboard

Notetaker Meeting Settings

Link copied to clipboard
private final String name

The display name for the Notetaker bot.

Link copied to clipboard

Rules for when the Notetaker should join a meeting.

Functions

Link copied to clipboard

Notetaker Meeting Settings

Link copied to clipboard
public final String getName()

The display name for the Notetaker bot.

Link copied to clipboard

Rules for when the Notetaker should join a meeting.