UpdateMeetingRoomConfiguration class

Updates meeting room settings of a room profile.

Constructors

UpdateMeetingRoomConfiguration({UpdateEndOfMeetingReminder? endOfMeetingReminder, UpdateInstantBooking? instantBooking, UpdateRequireCheckIn? requireCheckIn, bool? roomUtilizationMetricsEnabled})

Properties

endOfMeetingReminder UpdateEndOfMeetingReminder?
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
final
hashCode int
The hash code for this object.
no setterinherited
instantBooking UpdateInstantBooking?
Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.
final
requireCheckIn UpdateRequireCheckIn?
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
final
roomUtilizationMetricsEnabled bool?
Whether room utilization metrics are enabled or not.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited