|
| web.Response | post (self, web.Request request, dict[str, str] data) |
| |
|
| string | name = "api:conversation:process" |
| |
| string | url = "/api/conversation/process" |
| |
View to process text.
Definition at line 319 of file http.py.
◆ post()
| web.Response homeassistant.components.conversation.http.ConversationProcessView.post |
( |
|
self, |
|
|
web.Request |
request, |
|
|
dict[str, str] |
data |
|
) |
| |
Send a request for processing.
Definition at line 332 of file http.py.
◆ name
| string homeassistant.components.conversation.http.ConversationProcessView.name = "api:conversation:process" |
|
static |
◆ url
| string homeassistant.components.conversation.http.ConversationProcessView.url = "/api/conversation/process" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/conversation/http.py