Alexa For Business

2018/12/14 - Alexa For Business - 2 new api methods

Changes  Update alexaforbusiness client to latest version

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) --

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) --