class Aws::AlexaForBusiness::Types::CreateInstantBooking

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

@note When making an API call, you may pass CreateInstantBooking

data as a hash:

    {
      duration_in_minutes: 1, # required
      enabled: false, # required
    }

@!attribute [rw] duration_in_minutes

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.
@return [Integer]

@!attribute [rw] enabled

Whether instant booking is enabled or not.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateInstantBooking AWS API Documentation

Constants

SENSITIVE