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

Public Member Functions

intent.IntentResponse async_handle (self, intent.Intent intent_obj)
 

Static Public Attributes

string description = "Returns the provided response with no action."
 
 intent_type = intent.INTENT_RESPOND
 

Detailed Description

Responds with no action.

Definition at line 426 of file __init__.py.

Member Function Documentation

◆ async_handle()

intent.IntentResponse homeassistant.components.intent.HelloIntentHandler.async_handle (   self,
intent.Intent  intent_obj 
)
Return the provided response, but take no action.

Definition at line 432 of file __init__.py.

Member Data Documentation

◆ description

string homeassistant.components.intent.HelloIntentHandler.description = "Returns the provided response with no action."
static

Definition at line 430 of file __init__.py.

◆ intent_type

homeassistant.components.intent.HelloIntentHandler.intent_type = intent.INTENT_RESPOND
static

Definition at line 429 of file __init__.py.


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