AnythingWorld.Voice.CommandRequester.MakeCommand
input
Plain text command to be parsed by API.
ReturnedCommandAction
Action that will be invoked on successfully parsed and returned command, must take a string input.
Requests a command from a plain text input string and handles resulting command through CommandHandler utility.
AnythingWorld.Voice.CommandRequester.RequestAndReturnCommand
Anythingworld.Voice.CommandRequester
Requests a command from a plain text input string and handles resulting command through CommandHandler utility.
Requests a command from a plain text input string and returns the resulting command as a JSON-formatted string.
A class that handles sending plain text commands to our parsing API and then returning the parsed commands to users and handling the command.