Giving the Date and Time
TellDateTimeSkill
Skill to give the date and time.
__init__(self)
special
Tell Date and Time Skill Initialization
handle_telldate_intent(self, message)
Primary function for intent matches when a DATE intent is detected. Called by skill manager.
Parameters: |
|
---|
Returns: |
|
---|
handle_telltime_intent(self, message)
Primary function for intent matches when a TIME intent is detected. Called by skill manager.
Parameters: |
|
---|
Returns: |
|
---|
initialize(self)
Load intent files for Tell Date Time Skill
Returns: |
|
---|
stop(self)
Method to stop any daemons created during startup/initialization for this skill.
Returns: |
|
---|
create_skill()
Method to create the instance of this skill for delivering to the skill manager
Returns: |
|
---|