EventNotetakerRequest

public final class EventNotetakerRequest

Class representation of Notetaker meeting bot settings for an event creation request. This version omits the id field as it should not be part of the request.

Constructors

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

Types

Link copied to clipboard
public final class MeetingSettings

Data class for Notetaker Meeting Settings

Properties

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

Notetaker Meeting Settings

Link copied to clipboard
public final String getName()

The display name for the Notetaker bot.