if subStrCheck(transformedSpeech,"timezone") or subStrCheck(transformedSpeech,"time zone"):
getTimeZone(rawspeech,aifriend)
elif subStrCheck(transformedSpeech,"date") or subStrCheck(transformedSpeech,"time") or subStrCheck(transformedSpeech,"year") or subStrCheck(transformedSpeech,"month"):
TimeQuery(transformedSpeech,rawspeech,aifriend)
elif subStrCheck(transformedSpeech,"can you sneeze") or subStrCheck(transformedSpeech,"sneeze"):
elif subStrCheck(transformedSpeech,"bad word") or subStrCheck(transformedSpeech,"bad words"):
elif subStrCheck(transformedSpeech,"play song") or subStrCheck(transformedSpeech,"play"):
elif subStrCheck(transformedSpeech,"latitude") or subStrCheck(transformedSpeech,"longitude"):
getLatitudeLongitude(rawspeech,aifriend)
elif subStrCheck(transformedSpeech,"weather"):
CheckForEmailFlow(weatherByCity,rawspeech,transformedSpeech,aifriend)
elif subStrCheck(transformedSpeech,"jokes") or subStrCheck(transformedSpeech,"joke"):
getJokes(transformedSpeech,aifriend)
elif subStrCheck(transformedSpeech,"bore") or subStrCheck(transformedSpeech,"boredem") or subStrCheck(transformedSpeech,"bored"):
removeBoredomFlow(transformedSpeech,aifriend)
elif subStrCheck(transformedSpeech,"repeat after") or subStrCheck(transformedSpeech,"repeat"):
elif subStrCheck(transformedSpeech,"introduce yourself") or subStrCheck(transformedSpeech,"introduce"):
introduceYourself(aifriend)
elif subStrCheck(transformedSpeech,"news") or subStrCheck(transformedSpeech,"headline") or subStrCheck(transformedSpeech,"headlines"):
CheckForEmailFlow(getNews,rawspeech,transformedSpeech,aifriend)
elif subStrCheck(transformedSpeech,"currency") or subStrCheck(transformedSpeech,"currencies"):
getCurrency(rawspeech,aifriend)
elif subStrCheck(transformedSpeech,"capital") or subStrCheck(transformedSpeech,"capitals"):
getCapital(rawspeech,aifriend)
elif subStrCheck(transformedSpeech,"zodiac") or subStrCheck(transformedSpeech,"astro sign") or subStrCheck(transformedSpeech,"sun sign"):
getZodiacFlow(rawspeech,aifriend)
elif subStrCheck(transformedSpeech,"record") or subStrCheck(transformedSpeech,"record audio") or subStrCheck(transformedSpeech,"record voice"):
elif subStrCheck(transformedSpeech,"skills") or subStrCheck(transformedSpeech,"describe skill") or subStrCheck(transformedSpeech,"describe skills"):
elif subStrCheck(transformedSpeech,"quote") or subStrCheck(transformedSpeech,"quotes"):
if subStrCheck(rawspeech,"list") or subStrCheck(rawspeech,"what") or subStrCheck(rawspeech,"describe"):
ListofQuotesCategory(aifriend)
identifyQuoteCategory(transformedSpeech,aifriend)
elif subStrCheck(transformedSpeech,"send email") or subStrCheck(transformedSpeech,"email"):
wikiSearch(transformedSpeech,detailFlag,aifriend)