2024-04-20 17:24:00 -03:00
' General Bots Copyright (c) pragmatismo.cloud. All rights reserved. Licensed under the AGPL-3.0.
2019-02-19 15:30:07 -03:00
talk "Please, tell me what is the Bot name?"
2019-02-23 13:17:21 -03:00
hear title
2019-02-19 15:30:07 -03:00
talk "If you tell me your username/password, I can show service subscription list to you."
talk "What is your Username (eg.: human@domain.bot)"
hear email
2019-02-25 08:36:43 -03:00
talk "What is your Password"
hear password
2019-02-19 15:30:07 -03:00
talk "Your password? (Will be discarded after sigining process)"
talk "Can you describe in a few words what the bot is about?"
hear description
2019-02-25 08:36:43 -03:00
talk "Please, paste the Subscription ID (Azure):"
hear subscriptionId
2019-02-19 15:30:07 -03:00
talk "Please, provide the cloud location just like 'westus'?"
2019-02-25 08:36:43 -03:00
hear location
2019-02-19 15:30:07 -03:00
talk "Please, provide the Authoring Key for NLP service (LUIS)?"
2019-02-25 08:36:43 -03:00
hear authoringKey
2019-02-19 15:30:07 -03:00
talk "Sorry, this part cannot be automated yet due to Microsoft schedule, please go to https://apps.dev.microsoft.com/portal/register-app to generate manually an App ID and App Secret."
2019-02-25 08:36:43 -03:00
wait 5
2019-02-23 13:17:21 -03:00
2019-02-19 15:30:07 -03:00
talk "Please, provide the App ID you just generated:"
hear appId
talk "Please, provide the Generated Password:"
hear appPassword
talk "Now, I am going to create a Bot farm... Wait 5 minutes or more..."
2019-02-23 13:17:21 -03:00
2019-02-25 08:36:43 -03:00
create a bot farm using title, email, password, location, authoringKey, appId, appPassword, subscriptionId