@wickr-sample-integrations/wickrio-translation-bot
Version:
Using the AWS SDK for JavaScript V3 to create a Translation chatbot within Wickr.
26 lines (25 loc) • 704 B
JSON
{
"supportAdministrators":false,
"supportVerification":false,
"integration":"WickrIO-Translation-Bot",
"tokens":[
{
"token": "AWS_REGION",
"pattern": "",
"type": "string",
"description": "Please enter the AWS region to use",
"message": "Enter the AWS region to use",
"required": false,
"default": "us-east-1"
},
{
"token": "AWS_PROFILENAME",
"pattern": "",
"type": "string",
"description": "Please enter profile from your credentials file to use",
"message": "Cannot leave empty! Please enter a value",
"required": true,
"default": "default"
}
]
}