Class: Aws::AlexaForBusiness::Types::MeetingRoomConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::MeetingRoomConfiguration
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Meeting room settings of a room profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_of_meeting_reminder ⇒ Types::EndOfMeetingReminder
Settings for the end of meeting reminder feature that are applied to a room profile.
-
#instant_booking ⇒ Types::InstantBooking
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
-
#require_check_in ⇒ Types::RequireCheckIn
Settings for requiring a check in when a room is reserved.
-
#room_utilization_metrics_enabled ⇒ Boolean
Whether room utilization metrics are enabled or not.
Instance Attribute Details
#end_of_meeting_reminder ⇒ Types::EndOfMeetingReminder
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.
3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3010 class MeetingRoomConfiguration < Struct.new( :room_utilization_metrics_enabled, :end_of_meeting_reminder, :instant_booking, :require_check_in) SENSITIVE = [] include Aws::Structure end |
#instant_booking ⇒ Types::InstantBooking
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3010 class MeetingRoomConfiguration < Struct.new( :room_utilization_metrics_enabled, :end_of_meeting_reminder, :instant_booking, :require_check_in) SENSITIVE = [] include Aws::Structure end |
#require_check_in ⇒ Types::RequireCheckIn
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into. This makes 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.”
3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3010 class MeetingRoomConfiguration < Struct.new( :room_utilization_metrics_enabled, :end_of_meeting_reminder, :instant_booking, :require_check_in) SENSITIVE = [] include Aws::Structure end |
#room_utilization_metrics_enabled ⇒ Boolean
Whether room utilization metrics are enabled or not.
3010 3011 3012 3013 3014 3015 3016 3017 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3010 class MeetingRoomConfiguration < Struct.new( :room_utilization_metrics_enabled, :end_of_meeting_reminder, :instant_booking, :require_check_in) SENSITIVE = [] include Aws::Structure end |