class Aws::AlexaForBusiness::Types::CreateMeetingRoomConfiguration
@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateMeetingRoomConfiguration AWS API Documentation
@return [Types::CreateRequireCheckIn]
Alexa or an AVS device, or by saying “Alexa, check in.”
available for others. Users can check in by joining the meeting with
cancel a room reservation if it’s not checked into to make the room
Settings for requiring a check in when a room is reserved. Alexa can
@!attribute [rw] require_check_in
@return [Types::CreateInstantBooking]
it’s free when joining a meeting with Alexa.
Settings to automatically book a room for a configured duration if
@!attribute [rw] instant_booking
@return [Types::CreateEndOfMeetingReminder]
to remind users when a meeting is ending.
applied to a room profile. The end of meeting reminder enables Alexa
Creates settings for the end of meeting reminder feature that are
@!attribute [rw] end_of_meeting_reminder
@return [Boolean]
Whether room utilization metrics are enabled or not.
@!attribute [rw] room_utilization_metrics_enabled
}
},
enabled: false, # required
release_after_minutes: 1, # required
require_check_in: {
},
enabled: false, # required
duration_in_minutes: 1, # required
instant_booking: {
},
enabled: false, # required
reminder_type: “ANNOUNCEMENT_TIME_CHECK”, # required, accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
reminder_at_minutes: [1], # required
end_of_meeting_reminder: {
room_utilization_metrics_enabled: false,
{
data as a hash:
@note When making an API call, you may pass CreateMeetingRoomConfiguration
Creates meeting room settings of a room profile.