<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>time on asdfasdfasdfasdfddd</title><link>https://academy.test.quriobot.com/tags/time/</link><description>Recent content in time on asdfasdfasdfasdfddd</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://academy.test.quriobot.com/tags/time/index.xml" rel="self" type="application/rss+xml"/><item><title>How to create a timestamp variable</title><link>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/how-to-create-a-timestamp-variable/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/how-to-create-a-timestamp-variable/</guid><description>This can be created by taking the following steps:
Step 1: enable Developer mode
Step 2: add a script variable
function(callback, variables) { var date = new Date(); callback(date) } That&amp;rsquo;s it! You can use this variable - {{timestamp}} in the example above - in your chat or in your response connections!</description></item><item><title>Make Quriobot sensitive to Time of day and have different responses or jumps based on the time of day</title><link>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/make-quriobot-sensitive-to-time-of-day-and-have-different-responses-or-jumps-based-on-the-time-of-day/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/make-quriobot-sensitive-to-time-of-day-and-have-different-responses-or-jumps-based-on-the-time-of-day/</guid><description>To make Quriobot sensitive to the time of day and subsequently program your bot to have different responses or jumps based on the time of day just follow these steps:
Note: you can see a demo bot here
We will make use of the script variables.
Step 0: Enable developer mode
Step 1: Create a script variable named greeting:
function(callback, variables) { var hourNow = quriobot.moment().hour() if (typeof variables.userTimezone.value !== &amp;#34;undefined&amp;#34;) { hourNow = quriobot.</description></item><item><title>Time based switch between Quriobot and Livechat</title><link>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/time-based-switch-between-quriobot-and-livechat/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://academy.test.quriobot.com/how-to-build-an-advanced-bot/time-based-switch-between-quriobot-and-livechat/</guid><description>Quriobot is super cool, and you can use custom live chat mode via the external service and you want to support live chat on your website for your visitors. For the native live chat mode, Quriobot takes into account the number of agents online. With this solution, you can easily set up to have a custom Live chat during certain hours of the day and fully automated Quriobot for all other moments.</description></item></channel></rss>