UpdateNotetakerRequest

public final class UpdateNotetakerRequest

Class representation of the Nylas Notetaker update request.

Constructors

Link copied to clipboard
public UpdateNotetakerRequest UpdateNotetakerRequest(@Json(name = "join_time") Long joinTime, @Json(name = "name") String name, @Json(name = "meeting_settings") UpdateNotetakerRequest.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

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

Notetaker Meeting Settings

Link copied to clipboard
public final String getName()

The display name for the Notetaker bot.