| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
InstantBooking |
InstantBooking.clone() |
InstantBooking |
MeetingRoomConfiguration.getInstantBooking()
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
|
InstantBooking |
InstantBooking.withDurationInMinutes(Integer 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.
|
InstantBooking |
InstantBooking.withEnabled(Boolean enabled)
Whether instant booking is enabled or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeetingRoomConfiguration.setInstantBooking(InstantBooking instantBooking)
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
|
MeetingRoomConfiguration |
MeetingRoomConfiguration.withInstantBooking(InstantBooking instantBooking)
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
|
Copyright © 2022. All rights reserved.