update_profile
(**kwargs)¶Updates an existing room profile by room profile ARN.
See also: AWS API Documentation
Request Syntax
response = client.update_profile(
ProfileArn='string',
ProfileName='string',
IsDefault=True|False,
Timezone='string',
Address='string',
DistanceUnit='METRIC'|'IMPERIAL',
TemperatureUnit='FAHRENHEIT'|'CELSIUS',
WakeWord='ALEXA'|'AMAZON'|'ECHO'|'COMPUTER',
Locale='string',
SetupModeDisabled=True|False,
MaxVolumeLimit=123,
PSTNEnabled=True|False,
DataRetentionOptIn=True|False,
MeetingRoomConfiguration={
'RoomUtilizationMetricsEnabled': True|False,
'EndOfMeetingReminder': {
'ReminderAtMinutes': [
123,
],
'ReminderType': 'ANNOUNCEMENT_TIME_CHECK'|'ANNOUNCEMENT_VARIABLE_TIME_LEFT'|'CHIME'|'KNOCK',
'Enabled': True|False
},
'InstantBooking': {
'DurationInMinutes': 123,
'Enabled': True|False
},
'RequireCheckIn': {
'ReleaseAfterMinutes': 123,
'Enabled': True|False
}
}
)
The updated meeting room settings of a room profile.
Whether room utilization metrics are enabled or not.
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.
Updates 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.
The type of sound that users hear during the end of meeting reminder.
Whether an end of meeting reminder is enabled or not.
Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.
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.
Whether instant booking is enabled or not.
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.”
Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.
Whether require check in is enabled or not.
dict
Response Syntax
{}
Response Structure
Exceptions
AlexaForBusiness.Client.exceptions.NotFoundException
AlexaForBusiness.Client.exceptions.NameInUseException
AlexaForBusiness.Client.exceptions.ConcurrentModificationException