You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::UpdateMeetingRoomConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateMeetingRoomConfiguration as input to an Aws::Client method, you can use a vanilla 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,
  },
}

Updates meeting room settings of a room profile.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#end_of_meeting_reminderTypes::UpdateEndOfMeetingReminder

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.

Returns:

#instant_bookingTypes::UpdateInstantBooking

Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.

Returns:

  • (Types::UpdateInstantBooking)

    Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.

#require_check_inTypes::UpdateRequireCheckIn

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.”

Returns:

#room_utilization_metrics_enabledBoolean

Whether room utilization metrics are enabled or not.

Returns:

  • (Boolean)

    Whether room utilization metrics are enabled or not.