| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AlexaBusiness.Types.InstantBooking
Description
Documentation
data InstantBooking Source #
Settings for the instant booking feature that are applied to a room profile. When users start their meeting with Alexa, Alexa automatically books the room for the configured duration if the room is available.
See: newInstantBooking smart constructor.
Constructors
| InstantBooking' | |
Instances
newInstantBooking :: InstantBooking Source #
Create a value of InstantBooking 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:durationInMinutes:InstantBooking', instantBooking_durationInMinutes - Duration between 15 and 240 minutes at increments of 15 that determines
how long to book an available room when a meeting is started with Alexa.
$sel:enabled:InstantBooking', instantBooking_enabled - Whether instant booking is enabled or not.
instantBooking_durationInMinutes :: Lens' InstantBooking (Maybe Int) Source #
Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.
instantBooking_enabled :: Lens' InstantBooking (Maybe Bool) Source #
Whether instant booking is enabled or not.