If anyone is looking to program using speech, by voice or in written form, there is an interpreter with installation guide at: https://bitbucket.org/martinwheatman/enguage/src/develop/ with a dictionary of examples under .../etc and some (out of date?) documentation in .../doc
It is Turing Complete, in that it does loops and conditionals. It can be programmed by voice: https://www.youtube.com/shorts/PgodIycEMO4 or more traditionally written: https://rosettacode.org/wiki/FizzBuzz#Enguage
It may be a bit ragged around the edges, but it does work, and it is deterministic rather than spewing content of unknown heritage, like most chatbots.
Have fun!