Skip to content

/AWS1/CL_AFBUPDINSTANTBOOKING

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.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DURATIONINMINUTES TYPE /AWS1/AFBMINUTES /AWS1/AFBMINUTES

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.

IV_ENABLED TYPE /AWS1/AFBBOOLEAN /AWS1/AFBBOOLEAN

Whether instant booking is enabled or not.


Queryable Attributes

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.

Accessible with the following methods

Method Description
GET_DURATIONINMINUTES() Getter for DURATIONINMINUTES, with configurable default
ASK_DURATIONINMINUTES() Getter for DURATIONINMINUTES w/ exceptions if field has no v
HAS_DURATIONINMINUTES() Determine if DURATIONINMINUTES has a value

Enabled

Whether instant booking is enabled or not.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED, with configurable default
ASK_ENABLED() Getter for ENABLED w/ exceptions if field has no value
HAS_ENABLED() Determine if ENABLED has a value