class Aws::AlexaForBusiness::Types::UpdateMeetingRoomConfiguration

Updates meeting room settings of a room profile.

@note When making an API call, you may pass UpdateMeetingRoomConfiguration

data as a hash:

    {
      room_utilization_metrics_enabled: false,
      end_of_meeting_reminder: {
        reminder_at_minutes: [1],
        reminder_type: "ANNOUNCEMENT_TIME_CHECK", # accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
        enabled: false,
      },
      instant_booking: {
        duration_in_minutes: 1,
        enabled: false,
      },
      require_check_in: {
        release_after_minutes: 1,
        enabled: false,
      },
    }

@!attribute [rw] room_utilization_metrics_enabled

Whether room utilization metrics are enabled or not.
@return [Boolean]

@!attribute [rw] end_of_meeting_reminder

Settings for the end of meeting reminder feature that are applied to
a room profile. The end of meeting reminder enables Alexa to remind
users when a meeting is ending.
@return [Types::UpdateEndOfMeetingReminder]

@!attribute [rw] instant_booking

Settings to automatically book an available room available for a
configured duration when joining a meeting with Alexa.
@return [Types::UpdateInstantBooking]

@!attribute [rw] require_check_in

Settings for requiring a check in when a room is reserved. Alexa can
cancel a room reservation if it's not checked into to make the room
available for others. Users can check in by joining the meeting with
Alexa or an AVS device, or by saying “Alexa, check in.”
@return [Types::UpdateRequireCheckIn]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateMeetingRoomConfiguration AWS API Documentation

Constants

SENSITIVE