Alexa For Business

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".

DisassociateSkillFromUsers (new) Link ¶

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'
)
type OrganizationArn

string

param OrganizationArn

The ARN of the organization.

type SkillId

string

param SkillId

[REQUIRED]

The private skill ID you want to make unavailable for enrolled users.

rtype

dict

returns

Response Syntax

{}

Response Structure

  • (dict) --

AssociateSkillWithUsers (new) Link ¶

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'
)
type OrganizationArn

string

param OrganizationArn

The ARN of the organization.

type SkillId

string

param SkillId

[REQUIRED]

The private skill ID you want to make available to enrolled users.>

rtype

dict

returns

Response Syntax

{}

Response Structure

  • (dict) --