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
Provide a mechanism that will turn on a chatbot rule on for only a specified period of time. I could see this being implemented in the rule.yml like so:
It would be great if you could also specify day of the week as well. For example having a rule where if someone on the weekend posts something, you could have the bot respond saying contact the on call schedule if this is urgent.
where nights( 4pm-8am ) and Weekends (Saturday-Sunday) are set by default and determined by the time/date settings on the machine where the bot is hosted? im trying to figure out what would be the most concise way to implement this.
We have a team in India, so I don't think just defaulting 4pm-8am as off hours would be good for our use case. Our down hours are more like 5pm to 11pm or midnight, so I would like the ability to specify a time range.
I'm not sure concise is necessarily always the best. People might like the ability to set specific days, times, etc. Something like this could work for weekdays:
Provide a mechanism that will turn on a chatbot rule on for only a specified period of time. I could see this being implemented in the
rule.yml
like so:This would turn the rule active between 4pm-9am for example.
The text was updated successfully, but these errors were encountered: