2019/02/28 - Alexa For Business - 2 new api methods
Changes Update alexaforbusiness client to latest version
Configures the email template for the user enrollment invitation with the specified attributes.
See also: AWS API Documentation
Request Syntax
client.put_invitation_configuration( OrganizationName='string', ContactEmail='string', PrivateSkillIds=[ 'string', ] )
string
[REQUIRED]
The name of the organization sending the enrollment invite to a user.
string
The email ID of the organization or individual contact that the enrolled user can use.
list
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
(string) --
dict
Response Syntax
{}
Response Structure
(dict) --
Retrieves the configured values for the user enrollment invitation email template.
See also: AWS API Documentation
Request Syntax
client.get_invitation_configuration()
dict
Response Syntax
{ 'OrganizationName': 'string', 'ContactEmail': 'string', 'PrivateSkillIds': [ 'string', ] }
Response Structure
(dict) --
OrganizationName (string) --
The name of the organization sending the enrollment invite to a user.
ContactEmail (string) --
The email ID of the organization or individual contact that the enrolled user can use.
PrivateSkillIds (list) --
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
(string) --