|
| web.Response | post (self, web.Request request, dict[str, Any] data) |
| |
|
| string | name = "api:intent:handle" |
| |
| string | url = "/api/intent/handle" |
| |
View to handle intents from JSON.
Definition at line 444 of file __init__.py.
◆ post()
| web.Response homeassistant.components.intent.IntentHandleView.post |
( |
|
self, |
|
|
web.Request |
request, |
|
|
dict[str, Any] |
data |
|
) |
| |
Handle intent with name/data.
Definition at line 455 of file __init__.py.
◆ name
| string homeassistant.components.intent.IntentHandleView.name = "api:intent:handle" |
|
static |
◆ url
| string homeassistant.components.intent.IntentHandleView.url = "/api/intent/handle" |
|
static |
The documentation for this class was generated from the following file: