2018/12/14 - Alexa For Business - 2 new api methods
Changes Released new APIs for managing private skill access to Enrolled Users. These API's are the equivalent of the A4B console for Private Skills checkbox "Available for Users".
Makes a private skill unavailable for enrolled users and prevents them from enabling it on their devices.
See also: AWS API Documentation
Request Syntax
client.disassociate_skill_from_users( OrganizationArn='string', SkillId='string' )
string
The ARN of the organization.
string
[REQUIRED]
The private skill ID you want to make unavailable for enrolled users.
dict
Response Syntax
{}
Response Structure
(dict) --
Makes a private skill available for enrolled users to enable on their devices.
See also: AWS API Documentation
Request Syntax
client.associate_skill_with_users( OrganizationArn='string', SkillId='string' )
string
The ARN of the organization.
string
[REQUIRED]
The private skill ID you want to make available to enrolled users.>
dict
Response Syntax
{}
Response Structure
(dict) --