Class: Aws::AlexaForBusiness::Types::CreateMeetingRoomConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Creates meeting room settings of a room profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_of_meeting_reminderTypes::CreateEndOfMeetingReminder

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



960
961
962
963
964
965
966
967
968
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 960

class CreateMeetingRoomConfiguration < Struct.new(
  :room_utilization_metrics_enabled,
  :end_of_meeting_reminder,
  :instant_booking,
  :require_check_in,
  :proactive_join)
  SENSITIVE = []
  include Aws::Structure
end

#instant_bookingTypes::CreateInstantBooking

Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.



960
961
962
963
964
965
966
967
968
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 960

class CreateMeetingRoomConfiguration < Struct.new(
  :room_utilization_metrics_enabled,
  :end_of_meeting_reminder,
  :instant_booking,
  :require_check_in,
  :proactive_join)
  SENSITIVE = []
  include Aws::Structure
end

#proactive_joinTypes::CreateProactiveJoin



960
961
962
963
964
965
966
967
968
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 960

class CreateMeetingRoomConfiguration < Struct.new(
  :room_utilization_metrics_enabled,
  :end_of_meeting_reminder,
  :instant_booking,
  :require_check_in,
  :proactive_join)
  SENSITIVE = []
  include Aws::Structure
end

#require_check_inTypes::CreateRequireCheckIn

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



960
961
962
963
964
965
966
967
968
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 960

class CreateMeetingRoomConfiguration < Struct.new(
  :room_utilization_metrics_enabled,
  :end_of_meeting_reminder,
  :instant_booking,
  :require_check_in,
  :proactive_join)
  SENSITIVE = []
  include Aws::Structure
end

#room_utilization_metrics_enabledBoolean

Whether room utilization metrics are enabled or not.

Returns:

  • (Boolean)


960
961
962
963
964
965
966
967
968
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 960

class CreateMeetingRoomConfiguration < Struct.new(
  :room_utilization_metrics_enabled,
  :end_of_meeting_reminder,
  :instant_booking,
  :require_check_in,
  :proactive_join)
  SENSITIVE = []
  include Aws::Structure
end