UpdateMeetingRoomConfiguration
public struct UpdateMeetingRoomConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let endOfMeetingReminder: UpdateEndOfMeetingReminder?
-
Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.
Declaration
Swift
public let instantBooking: UpdateInstantBooking?
-
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.”
Declaration
Swift
public let requireCheckIn: UpdateRequireCheckIn?
-
Whether room utilization metrics are enabled or not.
Declaration
Swift
public let roomUtilizationMetricsEnabled: Bool?
-
Undocumented
Declaration
Swift
public init(endOfMeetingReminder: UpdateEndOfMeetingReminder? = nil, instantBooking: UpdateInstantBooking? = nil, requireCheckIn: UpdateRequireCheckIn? = nil, roomUtilizationMetricsEnabled: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws