Add description to intent class example (#2201)

This commit is contained in:
Paulus Schoutsen 2024-05-31 23:21:56 -04:00 committed by GitHub
parent ddea7bc1f5
commit 477b03870c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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