CreateNotetakerRequest

public final class CreateNotetakerRequest

Class representation of the Nylas Notetaker creation request.

Constructors

Link copied to clipboard
public CreateNotetakerRequest CreateNotetakerRequest(@Json(name = "meeting_link") String meetingLink, @Json(name = "join_time") Long joinTime, @Json(name = "name") String name, @Json(name = "meeting_settings") CreateNotetakerRequest.MeetingSettings meetingSettings)

Types

Link copied to clipboard
public final class Builder
Link copied to clipboard
public final class MeetingSettings

Data class for Notetaker Meeting Settings

Properties

Link copied to clipboard
private final Long joinTime

When Notetaker should join the meeting, in Unix timestamp format.

Link copied to clipboard
private final String meetingLink

A meeting invitation link that Notetaker uses to join the meeting.

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 Long getJoinTime()

When Notetaker should join the meeting, in Unix timestamp format.

Link copied to clipboard
public final String getMeetingLink()

A meeting invitation link that Notetaker uses to join the meeting.

Link copied to clipboard

Notetaker Meeting Settings

Link copied to clipboard
public final String getName()

The display name for the Notetaker bot.