You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@param command_keyword: (optional) Text indicating a phrase to invoke this card.
29
+
@param exact_command_keyword_match: If True, there will be an exact command_keyword match performed. If False, then a sub-string match will be performed. Default: False.
28
30
@param chained_commands: (optional) List of other commands related
29
31
to this command. This allows multiple related cards to be added at once.
30
32
@param card: (deprecated) A dict representation of the JSON card.
0 commit comments