Public Member Functions | |
| str | __repr__ (self) |
| bool | async_can_handle (self, Intent intent_obj) |
| IntentResponse | async_handle (self, Intent intent_obj) |
| _SlotsType | async_validate_slots (self, _SlotsType slots) |
| dict|None | slot_schema (self) |
Static Public Attributes | |
| None | |
Private Member Functions | |
| vol.Schema | _slot_schema (self) |
| str homeassistant.helpers.intent.IntentHandler.__repr__ | ( | self | ) |
|
private |
| bool homeassistant.helpers.intent.IntentHandler.async_can_handle | ( | self, | |
| Intent | intent_obj | ||
| ) |
| IntentResponse homeassistant.helpers.intent.IntentHandler.async_handle | ( | self, | |
| Intent | intent_obj | ||
| ) |
Handle the intent.
Reimplemented in homeassistant.helpers.intent.DynamicServiceIntentHandler.
| _SlotsType homeassistant.helpers.intent.IntentHandler.async_validate_slots | ( | self, | |
| _SlotsType | slots | ||
| ) |
| dict | None homeassistant.helpers.intent.IntentHandler.slot_schema | ( | self | ) |
Return a slot schema.
Reimplemented in homeassistant.helpers.intent.DynamicServiceIntentHandler.