Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.intent.IntentHandleView Class Reference
Inheritance diagram for homeassistant.components.intent.IntentHandleView:
[legend]
Collaboration diagram for homeassistant.components.intent.IntentHandleView:
[legend]

Public Member Functions

web.Response post (self, web.Request request, dict[str, Any] data)
 

Static Public Attributes

string name = "api:intent:handle"
 
string url = "/api/intent/handle"
 

Detailed Description

View to handle intents from JSON.

Definition at line 444 of file __init__.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ name

string homeassistant.components.intent.IntentHandleView.name = "api:intent:handle"
static

Definition at line 448 of file __init__.py.

◆ url

string homeassistant.components.intent.IntentHandleView.url = "/api/intent/handle"
static

Definition at line 447 of file __init__.py.


The documentation for this class was generated from the following file: