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

Public Member Functions

Response|bytes post (self, http.HomeAssistantRequest request)
 

Static Public Attributes

string name = "api:alexa"
 
 url = INTENTS_API_ENDPOINT
 

Detailed Description

Handle Alexa requests.

Definition at line 62 of file intent.py.

Member Function Documentation

◆ post()

Response | bytes homeassistant.components.alexa.intent.AlexaIntentsView.post (   self,
http.HomeAssistantRequest  request 
)
Handle Alexa.

Definition at line 68 of file intent.py.

Member Data Documentation

◆ name

string homeassistant.components.alexa.intent.AlexaIntentsView.name = "api:alexa"
static

Definition at line 66 of file intent.py.

◆ url

homeassistant.components.alexa.intent.AlexaIntentsView.url = INTENTS_API_ENDPOINT
static

Definition at line 65 of file intent.py.


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