AlexaForBusiness / Client / associate_skill_group_with_room
associate_skill_group_with_room#
- AlexaForBusiness.Client.associate_skill_group_with_room(**kwargs)#
- Associates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room. - Danger- This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity. - See also: AWS API Documentation - Request Syntax- response = client.associate_skill_group_with_room( SkillGroupArn='string', RoomArn='string' ) - Parameters:
- SkillGroupArn (string) – The ARN of the skill group to associate with a room. Required. 
- RoomArn (string) – The ARN of the room with which to associate the skill group. Required. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- AlexaForBusiness.Client.exceptions.ConcurrentModificationException