class Aws::AlexaForBusiness::Types::UpdateInstantBooking

Updates settings for the instant booking feature that are applied to a room profile. If instant booking is enabled, Alexa automatically reserves a room if it is free when a user joins a meeting with Alexa.

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

data as a hash:

    {
      duration_in_minutes: 1,
      enabled: false,
    }

@!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/UpdateInstantBooking AWS API Documentation

Constants

SENSITIVE