# CommandRequester

#### Methods

| [RequestCommand](https://anything-world.gitbook.io/anything-world/unity/documentation/anythingworld-api/voice/commandrequester/requestcommand)                   | Requests a command from a plain text input string and handles resulting command through CommandHandler utility. |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| [RequestAndReturnCommand](https://anything-world.gitbook.io/anything-world/unity/documentation/anythingworld-api/voice/commandrequester/requestandreturncommand) | Requests a command from a plain text input string and returns the resulting command as a JSON-formatted string. |

#### Description

A class that handles sending plain text commands to our parsing API and then returning the parsed commands to users and handling the command.&#x20;
