Skip to content

Interact


Fake Asr

  • Description: Fake the Autonomous Speech Recognition to make the robot hear something.

  • Args:

    • text (str): The text to hear.
  • Endpoint: /api/v1/dict/

  • Type of Argument: Dict

  • JSON Example:

    {
      "command": "skill",
      "value": {
        "name": "fake_asr",
        "text": text
      }
    }