2018/12/14 - Alexa For Business - 2 new api methods
Changes Update alexaforbusiness client to latest version
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) --
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) --