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

Static Public Attributes

string FAILED_TO_HANDLE = "failed_to_handle"
 
string NO_INTENT_MATCH = "no_intent_match"
 
string NO_VALID_TARGETS = "no_valid_targets"
 
string UNKNOWN = "unknown"
 

Detailed Description

Reason for an intent response error.

Definition at line 1266 of file intent.py.

Member Data Documentation

◆ FAILED_TO_HANDLE

string homeassistant.helpers.intent.IntentResponseErrorCode.FAILED_TO_HANDLE = "failed_to_handle"
static

Definition at line 1275 of file intent.py.

◆ NO_INTENT_MATCH

string homeassistant.helpers.intent.IntentResponseErrorCode.NO_INTENT_MATCH = "no_intent_match"
static

Definition at line 1269 of file intent.py.

◆ NO_VALID_TARGETS

string homeassistant.helpers.intent.IntentResponseErrorCode.NO_VALID_TARGETS = "no_valid_targets"
static

Definition at line 1272 of file intent.py.

◆ UNKNOWN

string homeassistant.helpers.intent.IntentResponseErrorCode.UNKNOWN = "unknown"
static

Definition at line 1278 of file intent.py.


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