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

Public Member Functions

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

Static Public Attributes

string description = "Cancels the current request and does nothing"
 
 intent_type = intent.INTENT_NEVERMIND
 

Detailed Description

Takes no action.

Definition at line 363 of file __init__.py.

Member Function Documentation

◆ async_handle()

intent.IntentResponse homeassistant.components.intent.NevermindIntentHandler.async_handle (   self,
intent.Intent  intent_obj 
)
Do nothing and produces an empty response.

Definition at line 369 of file __init__.py.

Member Data Documentation

◆ description

string homeassistant.components.intent.NevermindIntentHandler.description = "Cancels the current request and does nothing"
static

Definition at line 367 of file __init__.py.

◆ intent_type

homeassistant.components.intent.NevermindIntentHandler.intent_type = intent.INTENT_NEVERMIND
static

Definition at line 366 of file __init__.py.


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