Trying to update the interaction model of my skill using the command line based AWS CLI. Until now I've been copying the interaction model directly into the online skill editor. What's the best process for doing this programmatically?
Use the Amazon Alexa Skill CLI to update the Interaction Model
807 Views Asked by Caleb Gates At
2
There are 2 best solutions below
0

I don't use this, but you probably want the "ASK CLI":
https://developer.amazon.com/docs/smapi/ask-cli-command-reference.html
To Update your Alexa Skill Interaction Model Via the AWS CLI:
1) Setup an AWS CLI Profile using credentials from your AWS IAM Profile https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html
In the Command Line:
Note:
Return Data:
To Track your progress be sure to append your AWS_CLI profile
Tracking Result Data:
LastUpdateRequest
Status:
Should Eventually ReadSUCCEEDED
Forewarning:
"message": "InvalidStageInvocationNameChange: You cannot change the invocation name for a live skill."