Skip to content

Commit

Permalink
Add description to intent class example (#2201)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Jun 1, 2024
1 parent ddea7bc commit 477b038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/intent_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 477b038

Please sign in to comment.