Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MeetingRoomConfiguration = MeetingRoomConfiguration' {}
- newMeetingRoomConfiguration :: MeetingRoomConfiguration
- meetingRoomConfiguration_instantBooking :: Lens' MeetingRoomConfiguration (Maybe InstantBooking)
- meetingRoomConfiguration_endOfMeetingReminder :: Lens' MeetingRoomConfiguration (Maybe EndOfMeetingReminder)
- meetingRoomConfiguration_requireCheckIn :: Lens' MeetingRoomConfiguration (Maybe RequireCheckIn)
- meetingRoomConfiguration_roomUtilizationMetricsEnabled :: Lens' MeetingRoomConfiguration (Maybe Bool)
Documentation
data MeetingRoomConfiguration Source #
Meeting room settings of a room profile.
See: newMeetingRoomConfiguration
smart constructor.
MeetingRoomConfiguration' | |
|
Instances
newMeetingRoomConfiguration :: MeetingRoomConfiguration Source #
Create a value of MeetingRoomConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:instantBooking:MeetingRoomConfiguration'
, meetingRoomConfiguration_instantBooking
- Settings to automatically book the room if available for a configured
duration when joining a meeting with Alexa.
$sel:endOfMeetingReminder:MeetingRoomConfiguration'
, meetingRoomConfiguration_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.
$sel:requireCheckIn:MeetingRoomConfiguration'
, meetingRoomConfiguration_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.”
$sel:roomUtilizationMetricsEnabled:MeetingRoomConfiguration'
, meetingRoomConfiguration_roomUtilizationMetricsEnabled
- Whether room utilization metrics are enabled or not.
meetingRoomConfiguration_instantBooking :: Lens' MeetingRoomConfiguration (Maybe InstantBooking) Source #
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
meetingRoomConfiguration_endOfMeetingReminder :: Lens' MeetingRoomConfiguration (Maybe EndOfMeetingReminder) Source #
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.
meetingRoomConfiguration_requireCheckIn :: Lens' MeetingRoomConfiguration (Maybe RequireCheckIn) Source #
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.”
meetingRoomConfiguration_roomUtilizationMetricsEnabled :: Lens' MeetingRoomConfiguration (Maybe Bool) Source #
Whether room utilization metrics are enabled or not.