EventNotetaker

public final class EventNotetaker

Class representation of Notetaker meeting bot settings for an event. This is used for responses and contains the id field.

Constructors

Link copied to clipboard
public EventNotetaker EventNotetaker(@Json(name = "id") String id, @Json(name = "name") String name, @Json(name = "meeting_settings") EventNotetaker.MeetingSettings meetingSettings)

Types

Link copied to clipboard
public final class MeetingSettings

Data class for Notetaker Meeting Settings

Properties

Link copied to clipboard
private final String id

The Notetaker ID.

Link copied to clipboard

Notetaker Meeting Settings

Link copied to clipboard
private final String name

The display name for the Notetaker bot.

Functions

Link copied to clipboard
public final String getId()

The Notetaker ID.

Link copied to clipboard

Notetaker Meeting Settings

Link copied to clipboard
public final String getName()

The display name for the Notetaker bot.