RegistrationPreferenceMeetingMatchingConfigurationInput
Defines the input for the meeting matching configuration.
input RegistrationPreferenceMeetingMatchingConfigurationInput {
automaticMeetingRequestStatusUpdateConfiguration: AutomaticMeetingRequestStatusUpdateConfigurationInput
blockMeetingsThatConflictWithFunctions: Boolean
blockMeetingsThatConflictWithRegisteredSessions: Boolean
meetingMatchingEnabled: Boolean
meetingRequestReminderEmailConfiguration: MeetingRequestReminderEmailConfigurationInput
meetingRequestResponseSiteConfiguration: MeetingRequestResponseSiteConfigurationInput
minutesToAllowAfterFlightArrivalForFirstMeeting: Int
minutesToAllowBeforeFlightDepartureForLastMeeting: Int
notificationEmailConfiguration: MeetingNotificationEmailConfigurationInput
numberOfMeetingRequestsAllowedPerTimeSlot: NonNegativeInt
organizerCreatedMeetingDescription: String
recordExhibitionBookingMeetingPreferences: Boolean
recordRegistrationMeetingPreferences: Boolean
registrationToRegistrationMeetingsConfiguration: RegistrationToRegistrationMeetingsConfigurationInput
virtualMeetingsEnabled: Boolean
walkTimeRestrictionsConfiguration: WalkTimeRestrictionsConfigurationInput
}
Fields
RegistrationPreferenceMeetingMatchingConfigurationInput.automaticMeetingRequestStatusUpdateConfiguration ● AutomaticMeetingRequestStatusUpdateConfigurationInput input
The configuration for automatically updating the status of a meeting request. Optional.
If set to null, automatic meeting request status update will be disabled.
RegistrationPreferenceMeetingMatchingConfigurationInput.blockMeetingsThatConflictWithFunctions ● Boolean scalar
A flag indicating whether a meeting will be blocked if a function that the contact is registered for conflicts. Optional.
If set to null, will default to false.
RegistrationPreferenceMeetingMatchingConfigurationInput.blockMeetingsThatConflictWithRegisteredSessions ● Boolean scalar
A flag indicating whether a meeting will be blocked if a session that the contact is registered for conflicts. Optional.
If set to null, will default to false.
RegistrationPreferenceMeetingMatchingConfigurationInput.meetingMatchingEnabled ● Boolean scalar
A flag indicating whether meeting matching is enabled for the event. Optional.
If set to null, will default to false.
RegistrationPreferenceMeetingMatchingConfigurationInput.meetingRequestReminderEmailConfiguration ● MeetingRequestReminderEmailConfigurationInput input
The configuration for meeting request reminder emails. Optional.
If set to null, meeting request reminder emails will be disabled.
RegistrationPreferenceMeetingMatchingConfigurationInput.meetingRequestResponseSiteConfiguration ● MeetingRequestResponseSiteConfigurationInput input
The configuration for the meeting request response site. Optional.
RegistrationPreferenceMeetingMatchingConfigurationInput.minutesToAllowAfterFlightArrivalForFirstMeeting ● Int scalar
The number of minutes to allow between the arrival of a flight into the local port of the event and the first meeting scheduled. Optional.
RegistrationPreferenceMeetingMatchingConfigurationInput.minutesToAllowBeforeFlightDepartureForLastMeeting ● Int scalar
The number of minutes to allow between the last meeting scheduled and the departure of a flight from the local port of the event. Optional.
RegistrationPreferenceMeetingMatchingConfigurationInput.notificationEmailConfiguration ● MeetingNotificationEmailConfigurationInput input
The configuration for email notification for meetings. Optional.
RegistrationPreferenceMeetingMatchingConfigurationInput.numberOfMeetingRequestsAllowedPerTimeSlot ● NonNegativeInt scalar
The number of meeting requests to allow per time slot. Optional.
If set to null, will default to 1.
RegistrationPreferenceMeetingMatchingConfigurationInput.organizerCreatedMeetingDescription ● String scalar
A UTF-8 description for an organizer created meeting. Optional.
RegistrationPreferenceMeetingMatchingConfigurationInput.recordExhibitionBookingMeetingPreferences ● Boolean scalar
A flag indicating whether an exhibition booking can record meeting preferences. Optional.
If set to null, will default to false.
RegistrationPreferenceMeetingMatchingConfigurationInput.recordRegistrationMeetingPreferences ● Boolean scalar
A flag indicating whether a registration can record meeting preferences. Optional.
If set to null, will default to false.
RegistrationPreferenceMeetingMatchingConfigurationInput.registrationToRegistrationMeetingsConfiguration ● RegistrationToRegistrationMeetingsConfigurationInput input
The configuration for registration to registration meetings. Optional.
If set to null, registration to registration meetings will be disabled.
RegistrationPreferenceMeetingMatchingConfigurationInput.virtualMeetingsEnabled ● Boolean scalar
A flag indicating whether meetings are virtual. Optional.
If set to null, will default to false.
RegistrationPreferenceMeetingMatchingConfigurationInput.walkTimeRestrictionsConfiguration ● WalkTimeRestrictionsConfigurationInput input
The configuration for meeting walk time restrictions. Optional.
If set to null, walk time restrictions will be disabled.