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

Public Member Functions

None __init__ (self, str message="", str|None response_key=None)
 
- Public Member Functions inherited from homeassistant.exceptions.HomeAssistantError
None __init__ (self, *object args, str|None translation_domain=None, str|None translation_key=None, dict[str, str]|None translation_placeholders=None)
 
str __str__ (self)
 

Public Attributes

 response_key
 
- Public Attributes inherited from homeassistant.exceptions.HomeAssistantError
 generate_message
 
 translation_domain
 
 translation_key
 
 translation_placeholders
 

Additional Inherited Members

- Static Public Attributes inherited from homeassistant.exceptions.HomeAssistantError
 bool
 
 None
 

Detailed Description

Error while handling intent.

Definition at line 168 of file intent.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.helpers.intent.IntentHandleError.__init__ (   self,
str   message = "",
str | None   response_key = None 
)
Initialize error.

Definition at line 171 of file intent.py.

Member Data Documentation

◆ response_key

homeassistant.helpers.intent.IntentHandleError.response_key

Definition at line 174 of file intent.py.


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