diff --git a/docs/intent_handling.md b/docs/intent_handling.md index f16e8f8d..80211a34 100644 --- a/docs/intent_handling.md +++ b/docs/intent_handling.md @@ -23,6 +23,8 @@ class CountInvocationIntent(intent.IntentHandler): # Type of intent to handle intent_type = "CountInvocationIntent" + description = "Count how often it has been called" + # Optional. A validation schema for slots # slot_schema = { # 'item': cv.string