Correct /api/intent/handle endpoint route, add intent: hint (#1305)

This commit is contained in:
Sebastian Höffner
2022-04-25 06:45:25 +02:00
committed by GitHub
parent cae565b4a4
commit 510d7c38d5

View File

@@ -647,10 +647,12 @@ If the check fails, the errors attribute in the object will list what caused the
</ApiEndpoint> </ApiEndpoint>
<ApiEndpoint path="/api/intent/handling" method="post"> <ApiEndpoint path="/api/intent/handle" method="post">
Handle an intent. Handle an intent.
You must add `intent:` to your `configuration.yaml` to enable this endpoint.
Sample `curl` command: Sample `curl` command:
```shell ```shell