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

Static Public Attributes

string ACTION = "action"
 
string QUERY = "query"
 

Detailed Description

Category of an intent.

Definition at line 1190 of file intent.py.

Member Data Documentation

◆ ACTION

string homeassistant.helpers.intent.IntentCategory.ACTION = "action"
static

Definition at line 1193 of file intent.py.

◆ QUERY

string homeassistant.helpers.intent.IntentCategory.QUERY = "query"
static

Definition at line 1196 of file intent.py.


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