Hi guys

Hi guys,
Just wondering if anyone had done any development with Rad Studio and Amazon Echo? Is there any tutorials or help files with creating 'skills' for Echo?

Comments

  1. Don't you just write a web service like any other?

    ReplyDelete
  2. I haven't done it with Delphi but I have built one. I used this which is NodeJS ( github.com - alexa/skill-sample-nodejs-audio-player ). But reviewing the source code it should be easy enough to build it in Delphi or SMS as well.

    ReplyDelete
  3. thanks for that. Very interesting. I don't have an Amazon AWS account at the moment, I was just interested to know if anyone had done anything with Delphi. I am not familiar with Lambda functions so need to do some reading.

    ReplyDelete
  4. It's likely to be easier to use the tooling that Amazon suggests. Their dev kit will have lots of examples that you can work with. Having to translate them to Delphi might just add an extra layer of confusion.

    ReplyDelete
  5. There's a Amazon SDK for C++ which might work with C++ Builder. Haven't tried that but have been using Boto 3 which is a similar client library for Python. One advantage of Python over Delphi or C++ in this case is that it is a scripting language and the results are more immediate.

    ReplyDelete

Post a Comment