[collapsed][collapsed title=A Test:] Script: "A Test"<\br>Variable: intent = "what is the weather"<\br>Neon Speak: "It is currently {skill("what is the weather", weather)}"<\br>Exit<\br>[/collapse] [collapsed][collapsed title=Apple Navigator:] Script: "Apple Navigator"<\br>Author: Neongecko<\br>Variable: options = table_scrape(https://apple.com)<\br>Variable: chosen = ""<\br>Neon speak: "Please tell me what apple.com web page you'd like to see. You can say things like {random(options)} or say quit or exit."<\br>LOOP WN<\br>....voice_input(chosen)<\br>....# Neon speak: "navigating to {chosen}"<\br>....If {chosen} == "quit":<\br>........Neon speak: "say pause to turn off the mic or say exit to close the window."<\br>........voice_input(chosen)<\br>........If {chosen} == "pause":<\br>............# execute skill to turn off mic<\br>............Execute: "neon mute microphone"<\br>....else:<\br>........If closest(chosen,options):<\br>............Execute: "neon browse to {closest(chosen,options)}"<\br>........else:<\br>............Neon speak: "Page not found"<\br>........Neon speak: "Tell me another Apple web page you'd like to see or say quit."<\br>LOOP WN END<\br>Exit<\br>[/collapse] [collapsed][collapsed title=Basic Execute:] Script: "Basic Execute"<\br>Neon speak: "Lets get started."<\br>Execute: "What time is it"<\br>Neon speak: "I'm finished."<\br>Exit[/collapse] [collapsed][collapsed title=Betsy:] Script: "Betsy"<\br>Variable: name<\br>Variable: more<\br>Name Speak: Betsy, "Welcome to the Neongecko Intro, My name is Betsy."<\br>Name Speak: Betsy, "What is your name?"<\br>voice_input(name)<\br>Name Speak: Betsy, "hi {name}"<\br>Name Speak: Betsy, " I am good at math. You can ask me questions like what is the log base 10 of 1 million"<\br>Name Speak: Betsy, "After this start up script exits, if your microphone and speakers are enabled, you can ask me questions out loud and hear my answers. Otherwise you can type questions in the dialog box above."<\br>EXIT[/collapse] [collapsed][collapsed title=Cate:] Script: "Cate"<\br>Variable: name<\br>Variable: more<\br>Language: en-in, female<\br>Name Speak: Cate, "Welcome to the Neongecko Intro, My name is Cate."<\br>Name Speak: Cate, "What is your name?"<\br>voice_input(name)<\br>Name Speak: Cate, "hi {name}"<\br>Name Speak: Cate, " I am a caffeine wiz! You can ask me the caffeine content of most popular USA drinks and boosters" <\br>Name Speak: Cate, "If your microphone and speakers are enabled you can ask me questions out loud, and hear my answers. Otherwise you can type your questions in the box, after this start up exits."<\br>Exit[/collapse] [collapsed][collapsed title=Convert Demo:] Script: "Convert Demo"<\br>Language: en-us, female<\br>Variable: quantity<\br>Variable: from_units<\br>Variable: to_units<\br>Variable: selected<\br>Variable: conversions = weight, volume, length, time, currency<\br>Neon speak: "Say convert {select_one(conversions)} to convert or exit when done"<\br>voice_input(selected,conversions)<\br>Neon speak: "How many units would you like to convert?"<\br>voice_input(quantity)<\br>Neon speak: "What are the units to convert from?"<\br>voice_input(from_units)<\br>Neon speak: "What are the units to convert to?"<\br>voice_input(to_units)<\br>Execute: "how many {to_units} are in {quantity} {from_units}"<\br>Exit[/collapse] [collapsed][collapsed title=Covid 19:] Script: "Covid 19" <\br>Language: "en-us male"<\br>@restartCovidScreening<\br><\br><\br>Name Speak: Robbie, "Version 20200709 17:40 Demo Covid-19 Screening Application"<\br><\br>Variable: userName<\br>Variable: covidUserRef<\br>Variable: covidIll<\br>Variable: covidAge<\br>Variable: covidLifeThreat<\br>Variable: covidContact<\br>Variable: covidFever<\br>Variable: covidBreath<\br>Variable: covidSevereBreath<\br>Variable: covidCough<\br>Variable: covidSevereCough<\br>Variable: covidBP<\br>Variable: covidSevereBP<\br>Variable: covidNose<\br>Variable: covidThroat<\br>Variable: covidMuscle<\br>Variable: covidTaste<\br>Variable: covidFatigue<\br>Variable: covidNausea<\br>Variable: covidLungs<\br>Variable: covidHeart<\br>Variable: covidDiabetes<\br>Variable: covidNeuroCough<\br>Variable: covidWeakImmune<\br>Variable: covidDialysis<\br>Variable: covidLiver<\br>Variable: covidObesity<\br>Variable: covidPregnancy<\br>Variable: covidComorbiditiesCount<\br>Variable: covidNursingHome<\br>Variable: covidCareGiver<\br><\br>Variable: True = 1<\br>Variable: False = 0<\br><\br>Variable: yesNoList = "yes", "no"<\br><\br>Variable: yesList = "yes", "sure", "very", "yup", "y"<\br>Variable: noList = "no", "not", "I don't have", "nope", "n"<\br># {ignoreList = "I'm", "a", "the", "thanks", "thank you" # Prepositions and articles to ignore ..<\br><\br>Variable: detailsList = "details", "more details", "tell me more"<\br><\br>Variable: userSelfRefsList = "self", "myself", "me"<\br>Variable: userElseRefsList = "else", "someone else", "friend"<\br><\br>Name Speak: Robbie, "This demonstration is based on the CDC's guide recommendations for Covid-19 phone screening, as of June 2020, and should not be considered a CDC or medically approved application at this time."<\br># Name Speak: Robbie, "Some text to print and not speak."<\br><\br><\br>#GREETING<\br><\br>@startCovidScreening<\br><\br>Name Speak: Robbie, "Thank you for interacting with the demonstration Neon virtual examination room and Covid-19 conversational screening application beta test."<\br>Name Speak: Robbie, "My name is Neon Robbie."<\br>Name Speak: Robbie, "What is your name?"<\br>voice_input(userName)<\br>Name Speak: Robbie, "Hi {userName} . I am glad you chose to talk with me about Covid-19 symptoms."<\br><\br>@promptMoreAppInfo<\br><\br>Name Speak: Robbie, "Before starting the screening, would you like more information on the Neon conversational Covid-19 demo screening application?"<\br>voice_input(moreAppInfo)<\br>#if {moreAppInfo} !IN {yesNoList[*]}:<\br># Goto: promptMoreAppInfo<\br>#if {moreAppInfo} IN {noList[*]}:<\br>If {moreAppInfo} IN {noList[*]}:<\br> Goto: BeginScreening<\br>Name Speak: Robbie, "The Neon conversational demonstration Covid-19 screening application is based on the Center for Disease Control and Prevention recommendations for the Coronavirus Disease 2019 Telephone Response Guide. The Covid-19 screening script is available at CDC dot gov website. https://www.cdc.gov/coronavirus/2019-ncov/hcp/phone-guide/ "<\br><\br>@BeginScreening<\br><\br>Name Speak: Robbie, "Your beta test virtual exam room is ready."<\br>Name Speak: Robbie, "In response to screening questions you can say details to hear more details."<\br># Name Speak: Robbie, "or you can say previous question, or start over."<\br><\br>@promptUserRef<\br>Name Speak: Robbie, "Are you asking for help for yourself or for someone else?"<\br>voice_input(covidUserRef)<\br>If {covidUserRef} IN {detailsList[*]}:<\br> Name Speak: Robbie, "For record keeping, we need to keep track of who we interact with."<\br> Goto: promptUserRef<\br>#if {covidUserRef} == "myself":<\br>If {covidUserRef} IN {userSelfRefsList[*]}:<\br> userRef1 = "have you"<\br> userRef2 = "are you"<\br> userRef3 = "do you"<\br> userRef1C = "Have you"<\br> userRef2C = "Are you"<\br> userRef3C = "Do you"<\br>else:<\br> If {covidUserRef} IN {userElseRefsList[*]}:<\br> userRef1 = "has the person you are calling about"<\br> userRef2 = "is the person for whom you are calling"<\br> userRef3 = "does the person you are calling about"<\br> userRef1C = "Has the person you are calling about"<\br> userRef2C = "Is the person for whom you are calling"<\br> userRef3C = "Does the person you are calling about"<\br> else<\br> Name Speak: Robbie, "Sorry {userName} I didn't get that."<\br> Goto: promptUserRef<\br><\br>Name Speak: Robbie, "Got it {userName}."<\br><\br><\br>#TRIAGE<\br><\br><\br>@promptIll<\br>Name Speak: Robbie, "This audio guide is for people who are ill. {userRef2C} ill?" <\br># "Are you ill (or contacting on behalf of someone who is ill)?" <\br>voice_input(covidIll)<\br>If {covidIll} IN {detailsList[*]}:<\br> Name Speak: Robbie, "We are demonstrating CDC's Covid-19 symptom screening for people who feel ill. If you are not showing symptoms of illness, then this screening system can not help you. If you are concerned you have Covid-19 infection you should contact your care advisor, since some people who have the Covid-19 infection are non-symptomatic."<\br> Goto: promptUserRef<\br>If {covidIll} IN {noList[*]}:<\br> Name Speak: Robbie, "You're not symptomatic of Covid-19 but if you are concerned you have Covid-19 infection you should contact your care advisor."<\br> Name Speak: Robbie, "Option for additional information on Covid-19 symptoms are in progress."<\br> Goto: A-noSymptoms <\br># TODO: This could do something other than run exit, continue prompting? Ask to start over? Ask to check other symptoms?<\br> # Exit - Only for sick people<\br>else:<\br> if {covidIll} IN {yesList[*]}:<\br> Goto: promptAge<\br> else:<\br> if {covidIll} == "start over":<\br> Goto: startCovidScreening<\br> else:<\br> Goto: promptIll<\br><\br><\br>@promptAge<\br>Name Speak: Robbie, "This audio guide is for people over 5. How many years old {userRef2} ?"<\br>voice_input(covidAge)<\br>if {covidAge} IN {detailsList[*]}:<\br> Name Speak: Robbie, "This demonstration of conversational Covid-19 symptom screening is for people over the age of 5. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptAge<\br>if {covidAge} < 5:<\br> Goto: C-lessThanFive <\br>else:<\br> if {covidAge} >= 5:<\br> Goto: promptLifeThreatening<\br> else:<\br> Goto: promptAge<\br><\br><\br># LIFE THREATENING<\br><\br><\br>@promptLifeThreatening<\br>Name Speak: Robbie, "{userRef3C} have a life-threatening emergency medical condition? Say details for details."<\br>voice_input(covidLifeThreat)<\br>if {covidLifeThreat} IN {noList[*]}:<\br> Goto: promptContact <\br>else:<\br> # if {covidLifeThreat} == "details":<\br> if {covidLifeThreat} IN {detailsList[*]}:<\br> Name Speak: Robbie, "Life-threatening emergency medical conditions include these symptoms:"<\br> Name Speak: Robbie, "Extremely difficult breathing (can't talk without gasping for air); "<\br> Name Speak: Robbie, "Blue-colored lips or face; Severe, constant dizziness or lightheadedness; "<\br> Name Speak: Robbie, "Acting confused or inability to arouse; new or worsening slurred speech;"<\br> Name Speak: Robbie, "New onset of seizures or seizures that won't stop; and "<\br> Name Speak: Robbie, "Other life-threatening emergency signs."<\br> Name Speak: Robbie, "Anyone with a life-threatening emergency should immediately call 911."<\br> Name Speak: Robbie, "Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptLifeThreatening<\br> if {covidLifeThreat} !IN {yesList[*]}:<\br> Goto: promptLifeThreatening<\br> Goto: B-call911<\br><\br><\br># SCREEN FOR SYMPTOMS<\br><\br><\br>@promptContact<\br>Name Speak: Robbie, "In the two weeks leading up to feeling sick {userRef1} had contact with someone who was diagnosed with COVID-19, or live in or recently visited a place where COVID-19 is spreading?"<\br>voice_input(covidContact)<\br>if {covidContact} IN {detailsList[*]}:<\br> Name Speak: Robbie, "It is important for record keeping to keep track of known contacts to people or places that expose them to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptContact<\br>if {covidContact} IN {noList[*]}:<\br> covidContact = {False} <\br>else:<\br> if {covidContact} !IN {yesList[*]}:<\br> Goto: promptContact<\br> covidContact = {True} <\br><\br><\br># SYMPTOMS <\br><\br><\br>@promptFever<\br>Name Speak: Robbie, "{userRef3C} have a fever or felt hot or feverish in the last two days?"<\br>voice_input(covidFever)<\br>if {covidFever} IN {detailsList[*]}:<\br> Name Speak: Robbie, "People with a fever over 100.4, and trouble breathing, persistent pain or pressure in the chest, bluish lips or face, or new confusion or fainting, should immediately seek emergency medical care, should limit contact with others and be tested for Covid-19. For fever-reducing medications acetaminophen is recommended (for example Tylenol). Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptFever<\br>if {covidFever} IN {noList[*]}:<\br> covidFever = {False} <\br>else:<\br> if {covidFever} !IN {yesList[*]}:<\br> Goto: promptFever<\br> covidFever = {True} <\br> # Add - <\br> # Ask "Were you able to measure the temperature with a thermometer?"<\br> # Yes: Ask "What was the temperature and when was it measured?"<\br> # If No: Ask "Are you/they experiencing shaking, chills, or sweating? Do you/they feel very warm to the touch?"<\br># Ask "When did the fever/feverishness start?"<\br># Ask "Was fever-reducing medication given?"<\br># Details: WHO recommends acetaminophen (for example Tylenol). NOT nonsteroidal anti-inflammatory drugs, NSAIDs, for example ibuprofen (like Advil), naproxen (like Aleve), aspirin, and others.<\br># Details: Examples of fever-reducing medications include acetaminophen (for example Tylenol) and nonsteroidal anti-inflammatory drugs, or NSAIDs, for example ibuprofen (like Advil), naproxen (like Aleve), aspirin, and others.<\br># If Yes: Ask "How long ago was the medication taken?"<\br> <\br>@promptBreath<\br>Name Speak: Robbie, "{userRef3C} have shortness of breath?"<\br>voice_input(covidBreath)<\br>if {covidBreath} IN {detailsList[*]}:<\br> Name Speak: Robbie, "People with trouble breathing and a fever over 100.4, persistent pain or pressure in the chest, bluish lips or face, or new confusion or fainting, should immediately seek emergency medical care, should limit contact with others and be tested for Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptBreath<\br>if {covidBreath} IN {noList[*]}:<\br> covidBreath = {False} <\br> covidSevereBreath = {False} <\br>else:<\br> if {covidBreath} !IN {yesList[*]}:<\br> Goto: promptBreath<\br> covidBreath = {True} <\br> @promptSevereBreath<\br> Name Speak: Robbie, "{userRef3C} have severe shortness of breath, such as difficulty talking or walking across the room without stopping to breath, or fainting?"<\br> voice_input(covidSevereBreath)<\br> if {covidSevereBreath} IN {yesList[*]} :<\br> covidSevereBreath = {True}<\br> Name Speak: Robbie, "People having severe shortness of breath need urgent care and should call 911 or immediately go to the emergency department."<\br> Goto: B-call911<\br> else:<\br> if {covidSevereBreath} !IN {noList[*]}:<\br> Goto: promptSevereBreath<\br> covidSevereBreath = {False}<\br><\br>@promptCough<\br>Name Speak: Robbie, "{userRef3C} have a cough?"<\br>voice_input(covidCough)<\br>if {covidCough} IN {detailsList[*]}:<\br> Name Speak: Robbie, "People with a cough, trouble breathing, persistent pain or pressure in the chest, and a fever over 100.4, or bluish lips or face, or new confusion, or fainting, should immediately seek emergency medical care, should limit contact with others and be tested for Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptCough<\br>if {covidCough} IN {noList[*]}:<\br> covidCough = {False} <\br> covidSevereCough = {False}<\br>else:<\br> if {covidCough} !IN {yesList[*]}:<\br> Goto: promptCough<\br> covidCough = {True} <\br> @promptSevereCough<\br> Name Speak: Robbie, "{userRef1C} coughed up a teaspoon of blood?"<\br> voice_input(covidSevereCough)<\br> if {covidSevereCough} IN {yesList[*]} :<\br> covidSevereCough = {True}<\br> Name Speak: Robbie, "People having severe coughing (termed hemoptysis) should go to the emergency department."<\br> Goto : D-gotoEmergency<\br> if {covidSevereCough} !IN {noList[*]}:<\br> Goto: promptSevereCough<\br> covidSevereCough = {False}<\br><\br><\br>@promptBP<\br>Name Speak: Robbie, "{userRef3C} have low blood pressure? Signs of low blood pressure can include cold, pale, or clammy skin; or feeling too light-headed and too weak to stand."<\br>voice_input(covidBP)<\br>if {covidBP} IN {detailsList[*]}:<\br> Name Speak: Robbie, "People with a symptom of very low blood pressure, such as new confusion or fainting or being too weak to stand, should immediately seek emergency medical care. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptBP<\br>if {covidBP} IN {noList[*]}:<\br> covidBP = {False} <\br> covidSevereBP = {False}<\br>else:<\br> if {covidBP} !IN {yesList[*]}:<\br> Goto: promptBP<\br> covidBP = {True} <\br> @promptSevereBP<\br> Name Speak: Robbie, "{userRef3C} have severe low BP hypotension such as not being able to stand?"<\br> voice_input(covidSevereBP)<\br> if {covidSevereBP} IN {yesList[*]} :<\br> covidSevereBP = {True}<\br> Name Speak: Robbie, "People having severe low blood pressure symptoms should go to the emergency department."<\br> Goto : D-gotoEmergency<\br> if {covidSevereBP} !IN {noList[*]}:<\br> Goto: promptSevereBP<\br> covidSevereBP = {False}<\br><\br><\br>@promptNose<\br>Name Speak: Robbie, "{userRef3C} have a runny or stuffy nose?"<\br>voice_input(covidNose)<\br>if {covidNose} IN {detailsList[*]}:<\br> Name Speak: Robbie, "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptNose<\br>if {covidNose} IN {noList[*]}:<\br> covidNose = {False} <\br>else:<\br> if {covidNose} !IN {yesList[*]}:<\br> Goto: promptNose<\br> covidNose = {True} <\br><\br><\br>@promptThroat<\br>Name Speak: Robbie, "{userRef3C} have a sore throat?"<\br>voice_input(covidThroat)<\br>if {covidThroat} IN {detailsList[*]}:<\br> Name Speak: Robbie, "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptThroat<\br>if {covidThroat} IN {noList[*]}:<\br> covidThroat = {False} <\br>else:<\br> if {covidThroat} !IN {yesList[*]}:<\br> Goto: promptThroat<\br> covidThroat = {True} <\br><\br><\br>@promptMuscle<\br>Name Speak: Robbie, "{userRef3C} have muscle aches or pains?"<\br>voice_input(covidMuscle)<\br>if {covidMuscle} IN {detailsList[*]}:<\br> Name Speak: Robbie, "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptMuscle<\br>if {covidMuscle} IN {noList[*]}:<\br> covidMuscle = {False} <\br>else:<\br> if {covidMuscle} !IN {yesList[*]}:<\br> Goto: promptMuscle<\br> covidMuscle = {True} <\br><\br><\br>@promptTaste<\br>Name Speak: Robbie, "{userRef3C} have a new loss of taste or smell?"<\br>voice_input(covidTaste)<\br>if {covidTaste} IN {detailsList[*]}:<\br> Name Speak: Robbie, "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptTaste<\br>if {covidTaste} IN {noList[*]}:<\br> covidTaste = {False} <\br>else:<\br> if {covidTaste} !IN {yesList[*]}:<\br> Goto: promptTaste<\br> covidTaste = {True} <\br><\br><\br>@promptFatigue<\br>Name Speak: Robbie, "{userRef3C} have unusual tiredness, fatigue or malaise?"<\br>voice_input(covidFatigue)<\br>if {covidFatigue} IN {detailsList[*]}:<\br> Name Speak: Robbie, "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptFatigue<\br>if {covidFatigue} IN {noList[*]}:<\br> covidFatigue = {False} <\br>else:<\br> if {covidFatigue} !IN {yesList[*]}:<\br> Goto: promptFatigue<\br> covidFatigue = {True} <\br><\br><\br>@promptNausea<\br>Name Speak: Robbie, "{userRef3C} have nausea, vomiting, or diarrhea"<\br>voice_input(covidNausea)<\br>if {covidNausea} IN {detailsList[*]}:<\br> Name Speak: Robbie, "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptNausea<\br>if {covidNausea} IN {noList[*]}:<\br> covidNausea = {False} <\br>else:<\br> if {covidNausea} !IN {yesList[*]}:<\br> Goto: promptNausea<\br> covidNausea = {True} <\br><\br><\br>#HIGH RISK<\br><\br><\br>Name Speak: Robbie, "I am now going to ask questions about ongoing medical conditions including pregnancy."<\br><\br><\br>@promptLungs<\br>Name Speak: Robbie, "{userRef3C} have chronic lung diseases?"<\br># Details: "like asthma, chronic obstructive pulmonary disease [chronic bronchitis or emphysema], or other chronic conditions associated with impaired lung function or that require home oxygen?"<\br>voice_input(covidLungs)<\br>if {covidLungs} IN {detailsList[*]}:<\br> Name Speak: Robbie, "Chronic lung diseases include asthma, chronic obstructive pulmonary disease, chronic bronchitis or emphysema, or other chronic conditions associated with impaired lung function or that require home oxygen. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptLungs<\br>if {covidLungs} IN {noList[*]}:<\br> covidLungs = {False} <\br>else:<\br> if {covidLungs} !IN {yesList[*]}:<\br> Goto: promptLungs<\br> covidLungs = {True} <\br><\br><\br>@promptHeart<\br>Name Speak: Robbie, "{userRef3C} have congestive heart failure?"<\br>voice_input(covidHeart)<\br>if {covidHeart} IN {detailsList[*]}:<\br> Name Speak: Robbie, "Congestive heart failure includes coronary artery blockage, heart attack, valve disease or congenital heart disease, and resulting in the heart not being able to pump efficiently and reduced blood flow. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptHeart<\br>if {covidHeart} IN {noList[*]}:<\br> covidHeart = {False} <\br>else:<\br> if {covidHeart} !IN {yesList[*]}:<\br> Goto: promptHeart<\br> covidHeart = {True} <\br><\br><\br>@promptDiabetes<\br>Name Speak: Robbie, "{userRef3C} have diabetes with complications?"<\br># Details: "like limb amputation, kidney disease, vision problems, heart disease, history of stroke, or, especially if they have uncontrolled diabetes or other complications?"<\br>voice_input(covidDiabetes)<\br>if {covidDiabetes} IN {detailsList[*]}:<\br> Name Speak: Robbie, "Complications of diabetes include limb amputation, kidney disease, vision problems, heart disease, history of stroke, or, especially uncontrolled diabetes or other complications. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptDiabetes<\br>if {covidDiabetes} IN {noList[*]}:<\br> covidDiabetes = {False} <\br>else:<\br> if {covidDiabetes} !IN {yesList[*]}:<\br> Goto: promptDiabetes<\br> covidDiabetes = {True} <\br><\br><\br>@promptNeuroCough<\br>Name Speak: Robbie, "{userRef3C} have neurological conditions that weaken ability to cough?"<\br># Details: "like disorders of the brain, spinal cord, peripheral nerve, and muscle such as cerebral palsy, epilepsy [seizure disorders], stroke, intellectual disability, moderate to severe developmental delay, muscular dystrophy, or spinal cord injury<\br>voice_input(covidNeuroCough)<\br>if {covidNeuroCough} IN {detailsList[*]}:<\br> Name Speak: Robbie, "Neurological conditions that weaken ability to cough include disorders of the brain, spinal cord, peripheral nerve, and muscle such as cerebral palsy, epilepsy [seizure disorders], stroke, intellectual disability, moderate to severe developmental delay, muscular dystrophy, or spinal cord injury. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptNeuroCough<\br>if {covidNeuroCough} IN {noList[*]}:<\br> covidNeuroCough = {False} <\br>else:<\br> if {covidNeuroCough} !IN {yesList[*]}:<\br> Goto: promptNeuroCough<\br> covidNeuroCough = {True} <\br><\br><\br>@promptWeakImmune<\br>Name Speak: Robbie, "{userRef3C} have a weakened immune system?"<\br>voice_input(covidWeakImmune)<\br>if {covidWeakImmune} IN {detailsList[*]}:<\br> Name Speak: Robbie, "A weakened immune system includes seeing a doctor for cancer and treatment such as chemotherapy or radiation, receiving an organ or bone marrow transplant, taking high doses of oral steroids or other immunosuppressant medications, HIV or AIDS. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptWeakImmune<\br>if {covidWeakImmune} IN {noList[*]}:<\br> covidWeakImmune = {False} <\br>else:<\br> if {covidWeakImmune} !IN {yesList[*]}:<\br> Goto: promptImmune<\br> covidWeakImmune = {True} <\br><\br><\br>@promptDialysis<\br>Name Speak: Robbie, "{userRef3C} have dialysis or under treatment for a kidney disease?"<\br>voice_input(covidDialysis)<\br>if {covidDialysis} IN {detailsList[*]}:<\br> Name Speak: Robbie, "Dialysis includes any type of dialysis, and kidney diseases are not specified in the CDC guide recommendations. Additional details in progress. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptDialysis<\br>if {covidDialysis} IN {noList[*]}:<\br> covidDialysis = {False} <\br>else:<\br> if {covidDialysis} !IN {yesList[*]}:<\br> Goto: promptDialysis<\br> covidDialysis = {True} <\br><\br><\br>@promptLiver<\br>Name Speak: Robbie, "{userRef3C} have cirrhosis of the liver, chronic hepatitis or other liver disease?"<\br>voice_input(covidLiver)<\br>if {covidLiver} IN {detailsList[*]}:<\br> Name Speak: Robbie, "Liver disease includes cirrhosis of the liver, chronic hepatitis or other liver disease, not are not specified in the CDC Covid-19 screening guide recommendations. Additional details in progress. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptLiver<\br>if {covidLiver} IN {noList[*]}:<\br> covidLiver = {False} <\br>else:<\br> if {covidLiver} !IN {yesList[*]}:<\br> Goto: promptLiver<\br> covidLiver = {True} <\br><\br><\br>@promptObesity<\br>Name Speak: Robbie, "{userRef3C} have extreme obesity?"<\br>voice_input(covidObesity)<\br>if {covidObesity} IN {detailsList[*]}:<\br> Name Speak: Robbie, "Extreme obesity is Body Mass Index [BMI] greater than or equal to 40. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Additional details in progress. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptObesity<\br>if {covidObesity} IN {noList[*]}:<\br> covidObesity = {False} <\br>else:<\br> if {covidObesity} !IN {yesList[*]}:<\br> Goto: promptObesity<\br> covidObesity = {True} <\br><\br><\br>@promptPregnancy<\br>Name Speak: Robbie, "{userRef3C} have a current pregnancy or pregnant in the last 2 weeks?"<\br>voice_input(covidPregnancy)<\br>if {covidPregnancy} IN {detailsList[*]}:<\br> Name Speak: Robbie, "Pregnancy and recent pregnancy are considered ongoing medical conditions in the CDC Covid-19 screening guide. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptPregnancy<\br>if {covidPregnancy} IN {noList[*]}:<\br> covidPregnancy = {False} <\br>else:<\br> if {covidPregnancy} !IN {yesList[*]}:<\br> Goto: promptPregnancy<\br> covidPregnancy = {True} <\br><\br><\br># CALCULATE COMORBIDITIES AND ADVERSE RISKS<\br><\br><\br>Python: covidComorbiditiesCount = {covidLungs} + {covidHeart} + {covidDiabetes} + {covidNeuroCough} + {covidDialysis} + {covidLiver} + {covidObesity} + {covidPregnancy}<\br><\br><\br>if {covidComorbiditiesCount} >0 :<\br> Name Speak: Robbie, "Important! You've reported significant underlying medical conditions and illness symptoms you are advised to contact a care provider and be seen within 24 hours."<\br><\br><\br># Add - Collect details? .. If history appears unreliable: Screen for other medical conditions. "Please tell me about any medicine that you/sick person take(s) daily or regularly." Ask about current medications that might indicate underlying chronic conditions.<\br><\br><\br># CHECK IF CAREGIVER OR LIVING IN FACILITY<\br><\br><\br>@promptNursingHome<\br>Name Speak: Robbie, "{userRef3C} live in a nursing home or other long-term care facility?"<\br>voice_input(covidNursingHome)<\br>if {covidNursingHome} IN {noList[*]}:<\br> covidNursingHome = {False} <\br>else:<\br> if {covidNursingHome} !IN {yesList[*]}:<\br> Goto: promptNursingHome<\br> covidNursingHome = {True} <\br> covidCareGiver = {False} <\br> Name Speak: Robbie, "It is important that you immediately report these symptoms to your nursing home or care facility immediately, including shortness of breath, fever or cough." <\br> Goto: G-careFacilityReport<\br><\br><\br>@promptCareGiver<\br>Name Speak: Robbie, "{userRef3C} been involved as a worker, student or volunteer at a health care setting in the last two weeks?"<\br># Details: in the last two weeks worked or volunteered in a hospital, emergency room, clinic, medical office, ambulance service, first responder services, or any health care setting, or taken care of patients as a student as a part of your/their work?<\br>voice_input(covidCareGiver)<\br>if {covidCareGiver} IN {noList[*]}:<\br> covidCareGiver = {False} <\br>else:<\br> if {covidCareGiver} !IN {yesList[*]}:<\br> Goto: promptCareGiver<\br> covidCareGiver = {True} <\br> Name Speak: Robbie, "It is important that you immediately report your symptoms to the occupational health provider for the care facility where you were involved, including shortness of breath, fever or respiratory symptoms." <\br> Goto: F-careGiverReport<\br><\br><\br># List Symptoms, Comorbidities & Risks<\br><\br><\br>Name Speak: Robbie, "Would you like me to list your information including Symptoms and Comorbidities?"<\br>voice_input(userInput)<\br>if {userInput} IN {noList[*]}:<\br> Goto: checkDispositions<\br><\br><\br>Name Speak: Robbie, "I will list your information. Would you like me to read out loud?"<\br>voice_input(userInput)<\br>if {userInput} IN {noList[*]}:<\br> varNoSpeak = ""<\br>else<\br> varNoSpeak = ""<\br><\br><\br>varProsody = "rate='x-fast'"<\br><\br>Name Speak: Robbie, "{varNoSpeak} User Name {userName} "<\br>Name Speak: Robbie, "{varNoSpeak} User Ref {covidUserRef} "<\br>Name Speak: Robbie, "{varNoSpeak} User Ill {covidIll} "<\br>Name Speak: Robbie, "{varNoSpeak} User Age {covidAge} "<\br><\br>Name Speak: Robbie, "{varNoSpeak} Life Threat {covidLifeThreat} "<\br>Name Speak: Robbie, "{varNoSpeak} Contact {covidContact} "<\br>Name Speak: Robbie, "{varNoSpeak} Fever {covidFever} "<\br>Name Speak: Robbie, "{varNoSpeak} Breathing {covidBreath} "<\br>Name Speak: Robbie, "{varNoSpeak} Severe Breathing {covidSevereBreath} "<\br>Name Speak: Robbie, "{varNoSpeak} Cough {covidCough} "<\br>Name Speak: Robbie, "{varNoSpeak} Severe Cough {covidSevereCough} "<\br>Name Speak: Robbie, "{varNoSpeak} BP {covidBP} "<\br>Name Speak: Robbie, "{varNoSpeak} Severe BP {covidSevereBP} "<\br>Name Speak: Robbie, "{varNoSpeak} Nose {covidNose} "<\br>Name Speak: Robbie, "{varNoSpeak} Throat {covidThroat} "<\br>Name Speak: Robbie, "{varNoSpeak} Muscle {covidMuscle} "<\br>Name Speak: Robbie, "{varNoSpeak} Taste {covidTaste} "<\br>Name Speak: Robbie, "{varNoSpeak} Fatigue {covidFatigue} "<\br>Name Speak: Robbie, "{varNoSpeak} Nausea {covidNausea} "<\br><\br>Name Speak: Robbie, "{varNoSpeak} Comorbidities "<\br>Name Speak: Robbie, "{varNoSpeak} Lungs {covidLungs} "<\br>Name Speak: Robbie, "{varNoSpeak} Heart {covidHeart} "<\br>Name Speak: Robbie, "{varNoSpeak} Diabetes {covidDiabetes} "<\br>Name Speak: Robbie, "{varNoSpeak} Neuro Cough {covidNeuroCough} "<\br>Name Speak: Robbie, "{varNoSpeak} Weakened Immune {covidWeakImmune} "<\br>Name Speak: Robbie, "{varNoSpeak} Dialysis {covidDialysis} "<\br>Name Speak: Robbie, "{varNoSpeak} Liver {covidLiver} "<\br>Name Speak: Robbie, "{varNoSpeak} Obesity {covidObesity} "<\br>Name Speak: Robbie, "{varNoSpeak} Pregnancy {covidPregnancy} "<\br>Name Speak: Robbie, "{varNoSpeak} Comorbidities Total {covidComorbiditiesCount} "<\br><\br>Name Speak: Robbie, "{varNoSpeak} Nursing Home or Facility {covidNursingHome} "<\br>Name Speak: Robbie, "{varNoSpeak} Care Giving {covidCareGiver} "<\br><\br><\br>@checkDispositions<\br>Name Speak: Robbie, "Neon AI test - Checking for Dispositions for the reported symptoms."<\br><\br><\br># CALCULATE D-gotoEmergency DISPOSITION<\br><\br><\br>Python: covidEmergencyCount = {covidSevereBreath} + {covidSevereCough} + {covidSevereBP}<\br>if {covidEmergencyCount} >0 :<\br> Name Speak: Robbie, "People with these severe symptoms are advised to immediately go to the Emergency Department."<\br> Goto: D-gotoEmergency<\br><\br><\br># CALCULATE E-callMedicalProvider DISPOSITION<\br># TODO: '*' is not a valid character<\br>Python: covidProvider24Count = {covidBreath} + ( {covidFever} * {covidComorbiditiesCount} ) + ( {covidCough} * {covidComorbiditiesCount} ) <\br>if {covidProvider24Count} >0 :<\br> Name Speak: Robbie, "People with the reported symptoms are advised to call a medical provider within 24 hours, and are encouraged to participate in tele-health options from their health care provider."<\br> Goto: E-callMedicalProvider<\br><\br><\br># CALCULATE BREATHING DISPOSITIONS<\br><\br><\br>if {covidBreath}:<\br> if {covidComorbiditiesCount} >= 1:<\br> Goto: B-call911<\br> Goto: D-gotoEmergency<\br><\br><\br># CALCULATE H-selfCare DISPOSITION<\br><\br><\br>Python: covidStayHomeCount = {covidFever} + {covidFever} + {covidCough} <\br><\br><\br>if {covidStayHomeCount} >0 :<\br> Name Speak: Robbie, "People with the reported symptoms are advised to stay home and call their health care provider if they get worse, and are encouraged to participate in tele-health options from their health care provider."<\br> Goto: H-selfCare<\br><\br><\br># TODO: Goto line here to catch no response, different response for completion vs not ill DM<\br># NO SYMPTOMS - A<\br>@A-noSymptoms<\br>Name Speak: Robbie, "The Neon AI triage service is intended for people who are ill or caring for someone who is ill. For general information about coronavirus disease 2019 (COVID-19), please refer to the Centers for Disease Control and Prevention (CDC) website. Do you have something to write with? The CDCs website is www.cdc.gov/COVID19."<\br>Goto: promptCreateReport<\br><\br><\br>#CALL 911 - B<\br>@B-call911<\br>Name Speak: Robbie, "Immediate medical attention is needed. You need to call 911 now. Tell the 911 operator if you have been in contact with someone with COVID-19 or if you have recently been to an area where COVID-19 is spreading."<\br>Goto: promptCreateReport<\br><\br><\br>#CHILD LESS THAN 5 YEARS OLD - C<\br>@C-lessThanFive<\br>Name Speak: Robbie, "This triage line is intended for children who are at least five years old and adults. If your child is younger than five years old and is sick, please contact their medical provider as soon as possible. If your child has had contact with a person who is sick with COVID-19 or has been in an area with community spread of COVID-19, please let their medical providers know."<\br>Goto: promptCreateReport<\br><\br><\br>#GO TO EMERGENCY DEPARTMENT - D<\br>@D-gotoEmergency<\br>Name Speak: Robbie, "Urgent medical attention is needed. You need to go to your nearest emergency department. If you have had contact with a person who is sick with COVID-19 or you have been in an area with community spread of COVID-19, please let your medical providers know as soon as you arrive at the emergency department."<\br>Goto: promptCreateReport<\br><\br><\br>#CONTACT MEDICAL PROVIDER WITHIN 24 HOURS - E<\br>@E-gotoMedicalProvider<\br>Name Speak: Robbie, "You have some symptoms that may be related to COVID-19. Stay home except to get medical care. Separate yourself from others in your home. Wear a facemask, if possible. Clean your hands often. Avoid sharing personal household items. Clean all high-touch surfaces everyday. Monitor your symptoms and seek prompt medical attention if your illness is worsening."<\br>Goto: promptCreateReport<\br><\br><\br>#CONTACT OCCUPATIONAL HEALTH PROVIDER AT WORK - F<\br>@F-careGiverReport<\br>Name Speak: Robbie, "Contact an occupational health provider in your healthcare facility as soon as possible. If you have cared for a person who is sick with COVID-19 or have been in an area with community spread of COVID-19, please let your occupational health provider know as soon as you speak with them."<\br>Goto: promptCreateReport<\br><\br><\br>#CONTACT HEALTHCARE PROVIDER IN LONG TERM CARE FACILITY - G<\br>@G-careFacilityReport<\br>Name Speak: Robbie, "You may be at higher risk for severe illness since you live in a nursing home or a long-term care facility. Tell a caregiver at the facility that you are sick and need to see a medical provider as soon as possible."<\br>Goto: promptCreateReport<\br><\br><\br>#STAY HOME AND TAKE CARE OF YOURSELF. CONTACT PROVIDER IF THINGS GET WORSE - H<\br>@H-selfCare<\br>Name Speak: Robbie, "Sorry you are feeling ill. You have one or more symptom(s) that may be related to COVID-19. Stay home and take care of yourself. Please follow steps to prevent others in your household or community from getting sick."<\br>Goto: promptCreateReport<\br><\br><\br># Not Done Yet - Z<\br>@Z-inProgress<\br>Name Speak: Robbie, "I'm sorry {userName} I'm not programmed for that answer yet. I'm sorry you are feeling ill. You have one or more symptom(s) that may be related to COVID-19. Stay home and take care of yourself. Please follow steps to prevent others in your household or community from getting sick."<\br>Goto: promptCreateReport<\br><\br><\br># CREATE REPORT<\br><\br>@promptCreateReport<\br>Name Speak: Robbie, "Would you like me to send you an email with the information you have reported today, including User info, Symptoms and Comorbidities?"<\br>voice_input(userInput)<\br>if {userInput} IN {noList[*]}:<\br> Goto: screeningComplete<\br><\br>Variable: screeningReport<\br>screeningReport = "User Name {userName} "<\br>screeningReport = "{screeningReport}, User Ref {covidUserRef} "<\br>screeningReport = "{screeningReport}, Ill {covidIll} "<\br>screeningReport = "{screeningReport}, Age {covidAge} "<\br><\br>screeningReport = "{screeningReport}, Life Threat {covidLifeThreat} "<\br>screeningReport = "{screeningReport}, Contact {covidContact} "<\br><\br>screeningReport = "{screeningReport} \nSymptoms \n"<\br>screeningReport = "{screeningReport}Fever {covidFever} "<\br>screeningReport = "{screeningReport}, Breathing {covidBreath} "<\br>screeningReport = "{screeningReport}, Severe Breathing {covidSevereBreath} "<\br>screeningReport = "{screeningReport}, Cough {covidCough} "<\br>screeningReport = "{screeningReport}, Severe Cough {covidSevereCough} "<\br>screeningReport = "{screeningReport}, BP {covidBP} "<\br>screeningReport = "{screeningReport}, Severe BP {covidSevereBP} "<\br>screeningReport = "{screeningReport}, Nose {covidNose} "<\br>screeningReport = "{screeningReport}, Throat {covidThroat} "<\br>screeningReport = "{screeningReport}, Muscle {covidMuscle} "<\br>screeningReport = "{screeningReport}, Taste {covidTaste} "<\br>screeningReport = "{screeningReport}, Fatigue {covidFatigue} "<\br>screeningReport = "{screeningReport}, Nausea {covidNausea} "<\br><\br>screeningReport = "{screeningReport} \nComorbidities \n"<\br>screeningReport = "{screeningReport}Lungs {covidLungs} "<\br>screeningReport = "{screeningReport}, Heart {covidHeart} "<\br>screeningReport = "{screeningReport}, Diabetes {covidDiabetes} "<\br>screeningReport = "{screeningReport}, Neuro Cough {covidNeuroCough} "<\br>screeningReport = "{screeningReport}, Weakened Immune {covidWeakImmune} "<\br>screeningReport = "{screeningReport}, Dialysis {covidDialysis} "<\br>screeningReport = "{screeningReport}, Liver {covidLiver} "<\br>screeningReport = "{screeningReport}, Obesity {covidObesity} "<\br>screeningReport = "{screeningReport}, Pregnancy {covidPregnancy} "<\br>screeningReport = "{screeningReport} \nComorbidities Total {covidComorbiditiesCount} \n"<\br><\br>screeningReport = "{screeningReport}Nursing Home or Facility {covidNursingHome} "<\br>screeningReport = "{screeningReport}, Care Giving {covidCareGiver} "<\br><\br>Name Speak: Robbie, "This is your Screening Report {screeningReport}"<\br><\br>Name Speak: Robbie, "Report ready to email. Say cancel to not send the email, or say send to send."<\br>voice_input(userInput)<\br>if {userInput} == "cancel":<\br> Goto: screeningComplete<\br><\br>Email: "Neon COVID Screening Report", screeningReport<\br><\br><\br>@screeningComplete<\br><\br>Name Speak: Robbie, "Would you like to restart the demonstration Covid-19 screening application test?"<\br>voice_input(userInput)<\br>if {userInput} IN {yesList}:<\br> Name Speak: Robbie, "Would you like to erase all your answers before restarting the demonstration Covid-19 screening application test?"<\br> voice_input(userInput)<\br> if {userInput} IN {yesList[*]}:<\br> Name Speak: Robbie, "Erasing current test answers and restarting."<\br> Goto: restartCovidScreening<\br> Name Speak: Robbie, "Restarting screening test with current test answers."<\br> Goto: startCovidScreening<\br><\br>Name Speak: Robbie, "Thank you {userName} for testing the Neon AI Conversational Covid 19 Screening Script. Robbie, signing off."<\br>Name Speak: Robbie, "Would you like to test the Neon AI Patient Assistant Script?"<\br>voice_input(askReturnValue)<\br>if {askReturnValue} IN {yesList[*]}:<\br> Name Speak: Robbie, "Transferring to Pat, our Patient Assistant demonstration. Goodbye {userName}."<\br> Execute : "Run the patient assistant script"<\br> # Name Speak: Robbie,"Neon run the Patient Assistant script starting at SCRIPTENTRY"<\br> exit<\br># Name Speak: Robbie, "Lastly, would you like to test the Neon AI Conversational Script Menu?"<\br># voice_input(askReturnValue)<\br># if {askReturnValue} IN {yesList[*]}:<\br># Name Speak: Robbie, "Transferring to Otto, our Conversational Script Menu Assistant demonstration. Goodbye {userName}."<\br># Name Speak: Robbie, "Neon run the script menu script starting at SCRIPTENTRY"<\br># exit<\br><\br>Name Speak: Robbie, "Thank you {userName} for helping me practice my conversational skills and letting me practice help you."<\br><\br>exit<\br><\br><\br>[/collapse] [collapsed][collapsed title=Covid 19 Audio:] Script: "Covid 19 Audio"<\br>Language: en-us, male<\br>@restartCovidScreening<\br><\br><\br>Name Speak: "Robbie", "Version 20200709 17-40 Demo Covid-19 Screening Application"<\br><\br>Variable: userName<\br>Variable: covidUserRef<\br>Variable: covidIll<\br>Variable: covidAge<\br>Variable: covidLifeThreat<\br>Variable: covidContact<\br>Variable: covidFever<\br>Variable: covidBreath<\br>Variable: covidSevereBreath<\br>Variable: covidCough<\br>Variable: covidSevereCough<\br>Variable: covidBP<\br>Variable: covidSevereBP<\br>Variable: covidNose<\br>Variable: covidThroat<\br>Variable: covidMuscle<\br>Variable: covidTaste<\br>Variable: covidFatigue<\br>Variable: covidNausea<\br>Variable: covidLungs<\br>Variable: covidHeart<\br>Variable: covidDiabetes<\br>Variable: covidNeuroCough<\br>Variable: covidWeakImmune<\br>Variable: covidDialysis<\br>Variable: covidLiver<\br>Variable: covidObesity<\br>Variable: covidPregnancy<\br>Variable: covidComorbiditiesCount<\br>Variable: covidNursingHome<\br>Variable: covidCareGiver<\br><\br>Variable: True = 1<\br>Variable: False = 0<\br><\br>Variable: yesNoList = "yes", "no"<\br><\br>Variable: yesList = "yes", "sure", "very", "yup", "y"<\br>Variable: noList = "no", "not", "I don't have", "nope", "n"<\br># {ignoreList} = "I'm", "a", "the", "thanks", "thank you" # Prepositions and articles to ignore ..<\br><\br>Variable: detailsList = "details", "more details", "tell me more"<\br><\br>Variable: userSelfRefsList = "self", "myself", "me"<\br>Variable: userElseRefsList = "else", "someone else", "friend"<\br><\br>Name Speak: "Robbie", "This demonstration is based on the CDC's guide recommendations for Covid-19 phone screening, as of June 2020, and should not be considered a CDC or medically approved application at this time."<\br># Name Speak: Robbie : "Some text to print and not speak."<\br><\br><\br>#GREETING<\br><\br>@startCovidScreening<\br><\br>Name Speak: "Robbie", "Thank you for interacting with the demonstration Neon virtual examination room and Covid-19 conversational screening application beta test."<\br>Name Speak: "Robbie", "My name is Neon Robbie."<\br>Name Speak: "Robbie", "What is your name?"<\br>voice_input(userName)<\br>Name Reconvey: "Robbie", "Hi {userName}", "Hi"<\br>Name Reconvey: "Robbie", "I am glad you chose to talk with me about Covid-19 symptoms."<\br>@promptMoreAppInfo<\br><\br>Name Speak: "Robbie", "Before starting the screening, would you like more information on the Neon conversational Covid-19 demo screening application?"<\br>voice_input(moreAppInfo)<\br>#if {moreAppInfo} !IN {yesNoList[*]}:<\br># Goto: promptMoreAppInfo<\br>#if {moreAppInfo} IN {noList[*]}:<\br>If {moreAppInfo} IN {noList[*]}:<\br> Goto: BeginScreening<\br>Name Speak: "Robbie", "The Neon conversational demonstration Covid-19 screening application is based on the Center for Disease Control and Prevention recommendations for the Coronavirus Disease 2019 Telephone Response Guide. The Covid-19 screening script is available at CDC dot gov website. https://www.cdc.gov/coronavirus/2019-ncov/hcp/phone-guide/ "<\br><\br>@BeginScreening<\br><\br>Name Speak: "Robbie", "Your beta test virtual exam room is ready."<\br>Name Reconvey: "Robbie", "In response to screening questions you can say details to hear more details.", "Say details for details"<\br># Name Speak: "Robbie", "or you can say previous question, or start over."<\br><\br>@promptUserRef<\br>Name Reconvey: "Robbie", "Are you asking for help for yourself, or for someone else?"<\br>voice_input(covidUserRef)<\br>If {covidUserRef} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "For record keeping, we need to keep track of who we interact with."<\br> Goto: promptUserRef<\br>#If {covidUserRef} == "myself":<\br>If {covidUserRef} IN {userSelfRefsList[*]}:<\br> userRef1 = "have you"<\br> userRef2 = "are you"<\br> userRef3 = "do you"<\br> userRef1C = "Have you"<\br> userRef2C = "Are you"<\br> userRef3C = "Do you"<\br>else:<\br> If {covidUserRef} IN {userElseRefsList[*]}:<\br> userRef1 = "has the person you are calling about"<\br> userRef2 = "is the person for whom you are calling"<\br> userRef3 = "does the person you are calling about"<\br> userRef1C = "Has the person you are calling about"<\br> userRef2C = "Is the person for whom you are calling"<\br> userRef3C = "Does the person you are calling about"<\br> else<\br> Name Reconvey: "Robbie", "Sorry {userName} I didn't get that.", "I didn't get that."<\br> Goto: promptUserRef<\br><\br>Name Reconvey: "Robbie", "Got it {userName}.", "Got it"<\br><\br><\br>#TRIAGE<\br><\br><\br>@promptIll<\br># Name Speak: "Robbie", "This audio guide is for people who are ill. {userRef2C} ill?"<\br>Name Reconvey: "Robbie", "This audio guide is for people who are ill"<\br>Name Reconvey: "Robbie", "Are you ill of contacting on behalf of someone who is ill?"<\br><\br># "Are you ill (or contacting on behalf of someone who is ill)?" <\br>voice_input(covidIll)<\br>If {covidIll} IN {detailsList[*]}:<\br> Name Reconvey: "Robbie", "We are demonstrating CDC's Covid-19 symptom screening for people who feel ill."<\br> Name Reconvey: "Robbie", "If you are not showing symptoms of illness, then this screening system can not help you."<\br> Name Reconvey: "Robbie", "If you are concerned you have Covid-19 infection you should contact your care advisor, since some people who have the Covid-19 infection are non-symptomatic."<\br> Goto: promptUserRef<\br>If {covidIll} IN {noList[*]}:<\br> Name Speak: "Robbie", "You're not symptomatic of Covid-19 but if you are concerned you have Covid-19 infection you should contact your care advisor."<\br> Name Speak: "Robbie", "Option for additional information on Covid-19 symptoms are in progress."<\br> Goto: A-noSymptoms <\br># TODO: This could do something other than run exit, continue prompting? Ask to start over? Ask to check other symptoms?<\br> # Exit - Only for sick people<\br>else:<\br> If {covidIll} IN {yesList[*]}:<\br> Goto: promptAge<\br> else:<\br> If {covidIll} == "start over":<\br> Goto: startCovidScreening<\br> else:<\br> Goto: promptIll<\br><\br><\br>@promptAge<\br>Name Reconvey: "Robbie", "This audio guide is for people over 5. How many years old are you or the person you are calling about?"<\br>voice_input(covidAge)<\br>If {covidAge} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "This demonstration of conversational Covid-19 symptom screening is for people over the age of 5. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptAge<\br>If {covidAge} < 5:<\br> Goto: C-lessThanFive <\br>else:<\br> If {covidAge} >= 5:<\br> Goto: promptLifeThreatening<\br> else:<\br> Goto: promptAge<\br><\br><\br># LIFE THREATENING<\br><\br><\br>@promptLifeThreatening<\br>Name Speak: "Robbie", "{userRef3C} have a life-threatening emergency medical condition? Say details for details."<\br>voice_input(covidLifeThreat)<\br>If {covidLifeThreat} IN {noList[*]}:<\br> Goto: promptContact <\br>else:<\br> # if {covidLifeThreat} == "details":<\br> If {covidLifeThreat} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "Life-threatening emergency medical conditions include these symptoms:"<\br> Name Speak: "Robbie", "Extremely difficult breathing (can't talk without gasping for air); "<\br> Name Speak: "Robbie", "Blue-colored lips or face; Severe, constant dizziness or lightheadedness; "<\br> Name Speak: "Robbie", "Acting confused or inability to arouse; new or worsening slurred speech;"<\br> Name Speak: "Robbie", "New onset of seizures or seizures that won't stop; and "<\br> Name Speak: "Robbie", "Other life-threatening emergency signs."<\br> Name Speak: "Robbie", "Anyone with a life-threatening emergency should immediately call 911."<\br> Name Speak: "Robbie", "Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptLifeThreatening<\br> If {covidLifeThreat} !IN {yesList[*]}:<\br> Goto: promptLifeThreatening<\br> Goto: B-call911<\br><\br><\br># SCREEN FOR SYMPTOMS<\br><\br><\br>@promptContact<\br>Name Speak: "Robbie", "In the two weeks leading up to feeling sick {userRef1} had contact with someone who was diagnosed with COVID-19, or live in or recently visited a place where COVID-19 is spreading?"<\br>voice_input(covidContact)<\br>If {covidContact} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "It is important for record keeping to keep track of known contacts to people or places that expose them to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptContact<\br>If {covidContact} IN {noList[*]}:<\br> covidContact = {False} <\br>else:<\br> If {covidContact} !IN {yesList[*]}:<\br> Goto: promptContact<\br> covidContact = {True} <\br><\br><\br># SYMPTOMS <\br><\br><\br>@promptFever<\br>Name Speak: "Robbie", "{userRef3C} have a fever or felt hot or feverish in the last two days?"<\br>voice_input(covidFever)<\br>if {covidFever} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "People with a fever over 100.4, and trouble breathing, persistent pain or pressure in the chest, bluish lips or face, or new confusion or fainting, should immediately seek emergency medical care, should limit contact with others and be tested for Covid-19. For fever-reducing medications acetaminophen is recommended (for example Tylenol). Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptFever<\br>if {covidFever} IN {noList[*]}:<\br> covidFever = {False} <\br>else:<\br> if {covidFever} !IN {yesList[*]}:<\br> Goto: promptFever<\br> covidFever = {True} <\br> # Add - <\br> # Ask "Were you able to measure the temperature with a thermometer?"<\br> # Yes: Ask "What was the temperature and when was it measured?"<\br> # If No: Ask "Are you/they experiencing shaking, chills, or sweating? Do you/they feel very warm to the touch?"<\br># Ask "When did the fever/feverishness start?"<\br># Ask "Was fever-reducing medication given?"<\br># Details: WHO recommends acetaminophen (for example Tylenol). NOT nonsteroidal anti-inflammatory drugs, NSAIDs, for example ibuprofen (like Advil), naproxen (like Aleve), aspirin, and others.<\br># Details: Examples of fever-reducing medications include acetaminophen (for example Tylenol) and nonsteroidal anti-inflammatory drugs, or NSAIDs, for example ibuprofen (like Advil), naproxen (like Aleve), aspirin, and others.<\br># If Yes: Ask "How long ago was the medication taken?"<\br> <\br>@promptBreath<\br># TODO: Breath Audio here<\br>Name Speak: "Robbie", "{userRef3C} have shortness of breath?"<\br>voice_input(covidBreath)<\br>if {covidBreath} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "People with trouble breathing and a fever over 100.4, persistent pain or pressure in the chest, bluish lips or face, or new confusion or fainting, should immediately seek emergency medical care, should limit contact with others and be tested for Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptBreath<\br>if {covidBreath} IN {noList[*]}:<\br> covidBreath = {False} <\br> covidSevereBreath = {False} <\br>else:<\br> if {covidBreath} !IN {yesList[*]}:<\br> Goto: promptBreath<\br> covidBreath = {True} <\br> @promptSevereBreath<\br> # TODO: Severe Breath Audio here<\br> Name Speak: "Robbie", "{userRef3C} have severe shortness of breath, such as difficulty talking or walking across the room without stopping to breath, or fainting?"<\br> voice_input(covidSevereBreath)<\br> if {covidSevereBreath} IN {yesList[*]} :<\br> covidSevereBreath = {True)<\br> Name Speak: "Robbie", "People having severe shortness of breath need urgent care and should call 911 or immediately go to the emergency department."<\br> Goto: B-call911<\br> else:<\br> if {covidSevereBreath} !IN {noList[*]}:<\br> Goto: promptSevereBreath<\br> covidSevereBreath = {False}<\br><\br>@promptCough<\br>if {userRef3C} == "Do you":<\br> Name Reconvey: "Robbie", "Do you have a cough?"<\br>else:<\br> Name Reconvey: "Robbie", "Does the person you are calling about have a cough?"<\br>voice_input(covidCough)<\br>if {covidCough} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "People with a cough, trouble breathing, persistent pain or pressure in the chest, and a fever over 100.4, or bluish lips or face, or new confusion, or fainting, should immediately seek emergency medical care, should limit contact with others and be tested for Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptCough<\br>if {covidCough} IN {noList[*]}:<\br> covidCough = {False} <\br> covidSevereCough = {False}<\br>else:<\br> if {covidCough} !IN {yesList[*]}:<\br> Goto: promptCough<\br> covidCough = {True} <\br> @promptSevereCough<\br> if {userRef1C} == "Have you":<\br> Name Reconvey: "Robbie", "Have you coughed up a teaspoon of blood?"<\br> else:<\br> Name Reconvey: "Robbie", "Has the person you are calling about coughed up a teaspoon of blood?"<\br> voice_input(covidSevereCough)<\br> if {covidSevereCough} IN {yesList[*]} :<\br> covidSevereCough = {True}<\br> Name Speak: "Robbie", "People having severe coughing (termed hemoptysis) should go to the emergency department."<\br> Goto : D-gotoEmergency<\br> if {covidSevereCough} !IN {noList[*]}:<\br> Goto: promptSevereCough<\br> covidSevereCough = {False}<\br><\br><\br>@promptBP<\br># TODO: Low BP Audio here<\br>Name Speak: "Robbie", "{userRef3C} have low blood pressure? Signs of low blood pressure can include cold, pale, or clammy skin; or feeling too light-headed and too weak to stand."<\br>voice_input(covidBP)<\br>if {covidBP} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "People with a symptom of very low blood pressure, such as new confusion or fainting or being too weak to stand, should immediately seek emergency medical care. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptBP<\br>if {covidBP} IN {noList[*]}:<\br> covidBP = {False} <\br> covidSevereBP = {False}<\br>else:<\br> if {covidBP} !IN {yesList[*]}:<\br> Goto: promptBP<\br> covidBP = {True} <\br> @promptSevereBP<\br> Name Speak: "Robbie", "{userRef3C} have severe low BP hypotension such as not being able to stand?"<\br> voice_input(covidSevereBP)<\br> if {covidSevereBP} IN {yesList[*]} :<\br> covidSevereBP = {True}<\br> Name Speak: "Robbie", "People having severe low blood pressure symptoms should go to the emergency department."<\br> Goto : D-gotoEmergency<\br> if {covidSevereBP} !IN {noList[*]}:<\br> Goto: promptSevereBP<\br> covidSevereBP = {False}<\br><\br><\br>@promptNose<\br>Name Reconvey: "Robbie", "{userRef3C} have a runny or stuffy nose?", "Do you of the person you are calling about have a new loss of taste or smell?"<\br>voice_input(covidNose)<\br>if {covidNose} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptNose<\br>if {covidNose} IN {noList[*]}:<\br> covidNose = {False} <\br>else:<\br> if {covidNose} !IN {yesList[*]}:<\br> Goto: promptNose<\br> covidNose = {True} <\br><\br><\br>@promptThroat<\br>Name Reconvey: "Robbie", "{userRef3C} have a sore throat?", "Do you or the person you are calling about have a sore throat?"<\br>voice_input(covidThroat)<\br>if {covidThroat} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptThroat<\br>if {covidThroat} IN {noList[*]}:<\br> covidThroat = {False} <\br>else:<\br> if {covidThroat} !IN {yesList[*]}:<\br> Goto: promptThroat<\br> covidThroat = {True} <\br><\br><\br>@promptMuscle<\br>Name Speak: "Robbie", "{userRef3C} have muscle aches or pains?"<\br>voice_input(covidMuscle)<\br>if {covidMuscle} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptMuscle<\br>if {covidMuscle} IN {noList[*]}:<\br> covidMuscle = {False} <\br>else:<\br> if {covidMuscle} !IN {yesList[*]}:<\br> Goto: promptMuscle<\br> covidMuscle = {True} <\br><\br><\br>@promptTaste<\br>Name Reconvey: "Robbie", "{userRef3C} have a new loss of taste or smell?", "Do you or the person you are calling about have a new loss of taste or smell?"<\br>voice_input(covidTaste)<\br>if {covidTaste} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptTaste<\br>if {covidTaste} IN {noList[*]}:<\br> covidTaste = {False} <\br>else:<\br> if {covidTaste} !IN {yesList[*]}:<\br> Goto: promptTaste<\br> covidTaste = {True} <\br><\br><\br>@promptFatigue<\br>Name Speak: "Robbie", "{userRef3C} have unusual tiredness, fatigue or malaise?"<\br>voice_input(covidFatigue)<\br>if {covidFatigue} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptFatigue<\br>if {covidFatigue} IN {noList[*]}:<\br> covidFatigue = {False} <\br>else:<\br> if {covidFatigue} !IN {yesList[*]}:<\br> Goto: promptFatigue<\br> covidFatigue = {True} <\br><\br><\br>@promptNausea<\br>Name Speak: "Robbie", "{userRef3C} have nausea, vomiting, or diarrhea"<\br>voice_input(covidNausea)<\br>if {covidNausea} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "It is important for record keeping to keep track of symptoms related to Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptNausea<\br>if {covidNausea} IN {noList[*]}:<\br> covidNausea = {False} <\br>else:<\br> if {covidNausea} !IN {yesList[*]}:<\br> Goto: promptNausea<\br> covidNausea = {True} <\br><\br><\br>#HIGH RISK<\br><\br><\br>Name Speak: "Robbie", "I am now going to ask questions about ongoing medical conditions including pregnancy."<\br><\br><\br>@promptLungs<\br>Name Speak: "Robbie", "{userRef3C} have chronic lung diseases?"<\br># Details: "like asthma, chronic obstructive pulmonary disease [chronic bronchitis or emphysema], or other chronic conditions associated with impaired lung function or that require home oxygen?"<\br>voice_input(covidLungs)<\br>if {covidLungs} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "Chronic lung diseases include asthma, chronic obstructive pulmonary disease, chronic bronchitis or emphysema, or other chronic conditions associated with impaired lung function or that require home oxygen. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptLungs<\br>if {covidLungs} IN {noList[*]}:<\br> covidLungs = {False} <\br>else:<\br> if {covidLungs} !IN {yesList[*]}:<\br> Goto: promptLungs<\br> covidLungs = {True} <\br><\br><\br>@promptHeart<\br>Name Speak: "Robbie", "{userRef3C} have congestive heart failure?"<\br>voice_input(covidHeart)<\br>if {covidHeart} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "Congestive heart failure includes coronary artery blockage, heart attack, valve disease or congenital heart disease, and resulting in the heart not being able to pump efficiently and reduced blood flow. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptHeart<\br>if {covidHeart} IN {noList[*]}:<\br> covidHeart = {False} <\br>else:<\br> if {covidHeart} !IN {yesList[*]}:<\br> Goto: promptHeart<\br> covidHeart = {True} <\br><\br><\br>@promptDiabetes<\br>Name Speak: "Robbie", "{userRef3C} have diabetes with complications?"<\br># Details: "like limb amputation, kidney disease, vision problems, heart disease, history of stroke, or, especially if they have uncontrolled diabetes or other complications?"<\br>voice_input(covidDiabetes)<\br>if {covidDiabetes} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "Complications of diabetes include limb amputation, kidney disease, vision problems, heart disease, history of stroke, or, especially uncontrolled diabetes or other complications. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptDiabetes<\br>if {covidDiabetes} IN {noList[*]}:<\br> covidDiabetes = {False} <\br>else:<\br> if {covidDiabetes} !IN {yesList[*]}:<\br> Goto: promptDiabetes<\br> covidDiabetes = {True} <\br><\br><\br>@promptNeuroCough<\br>Name Speak: "Robbie", "{userRef3C} have neurological conditions that weaken ability to cough?"<\br># Details: "like disorders of the brain, spinal cord, peripheral nerve, and muscle such as cerebral palsy, epilepsy [seizure disorders], stroke, intellectual disability, moderate to severe developmental delay, muscular dystrophy, or spinal cord injury<\br>voice_input(covidNeuroCough)<\br>if {covidNeuroCough} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "Neurological conditions that weaken ability to cough include disorders of the brain, spinal cord, peripheral nerve, and muscle such as cerebral palsy, epilepsy [seizure disorders], stroke, intellectual disability, moderate to severe developmental delay, muscular dystrophy, or spinal cord injury. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptNeuroCough<\br>if {covidNeuroCough} IN {noList[*]}:<\br> covidNeuroCough = {False} <\br>else:<\br> if {covidNeuroCough} !IN {yesList[*]}:<\br> Goto: promptNeuroCough<\br> covidNeuroCough = {True} <\br><\br><\br>@promptWeakImmune<\br>Name Speak: "Robbie", "{userRef3C} have a weakened immune system?"<\br>voice_input(covidWeakImmune)<\br>if {covidWeakImmune} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "A weakened immune system includes seeing a doctor for cancer and treatment such as chemotherapy or radiation, receiving an organ or bone marrow transplant, taking high doses of oral steroids or other immunosuppressant medications, HIV or AIDS. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptWeakImmune<\br>if {covidWeakImmune} IN {noList[*]}:<\br> covidWeakImmune = {False} <\br>else:<\br> if {covidWeakImmune} !IN {yesList[*]}:<\br> Goto: promptImmune<\br> covidWeakImmune = {True} <\br><\br><\br>@promptDialysis<\br>Name Speak: "Robbie", "{userRef3C} have dialysis or under treatment for a kidney disease?"<\br>voice_input(covidDialysis)<\br>if {covidDialysis} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "Dialysis includes any type of dialysis, and kidney diseases are not specified in the CDC guide recommendations. Additional details in progress. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptDialysis<\br>if {covidDialysis} IN {noList[*]}:<\br> covidDialysis = {False} <\br>else:<\br> if {covidDialysis} !IN {yesList[*]}:<\br> Goto: promptDialysis<\br> covidDialysis = {True} <\br><\br><\br>@promptLiver<\br>Name Speak: "Robbie", "{userRef3C} have cirrhosis of the liver, chronic hepatitis or other liver disease?"<\br>voice_input(covidLiver)<\br>if {covidLiver} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "Liver disease includes cirrhosis of the liver, chronic hepatitis or other liver disease, not are not specified in the CDC Covid-19 screening guide recommendations. Additional details in progress. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptLiver<\br>if {covidLiver} IN {noList[*]}:<\br> covidLiver = {False} <\br>else:<\br> if {covidLiver} !IN {yesList[*]}:<\br> Goto: promptLiver<\br> covidLiver = {True} <\br><\br><\br>@promptObesity<\br>Name Speak: "Robbie", "{userRef3C} have extreme obesity?"<\br>voice_input(covidObesity)<\br>if {covidObesity} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "Extreme obesity is Body Mass Index [BMI] greater than or equal to 40. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Additional details in progress. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptObesity<\br>if {covidObesity} IN {noList[*]}:<\br> covidObesity = {False} <\br>else:<\br> if {covidObesity} !IN {yesList[*]}:<\br> Goto: promptObesity<\br> covidObesity = {True} <\br><\br><\br>@promptPregnancy<\br>Name Speak: "Robbie", "{userRef3C} have a current pregnancy or pregnant in the last 2 weeks?"<\br>voice_input(covidPregnancy)<\br>if {covidPregnancy} IN {detailsList[*]}:<\br> Name Speak: "Robbie", "Pregnancy and recent pregnancy are considered ongoing medical conditions in the CDC Covid-19 screening guide. People with ongoing medical conditions are more at risk of severe symptoms from Covid-19. Thank you for helping test the Neon Covid-19 screener."<\br> Goto: promptPregnancy<\br>if {covidPregnancy} IN {noList[*]}:<\br> covidPregnancy = {False} <\br>else:<\br> if {covidPregnancy} !IN {yesList[*]}:<\br> Goto: promptPregnancy<\br> covidPregnancy = {True} <\br><\br><\br># CALCULATE COMORBIDITIES AND ADVERSE RISKS<\br><\br><\br>Python: covidComorbiditiesCount = {covidLungs} + {covidHeart} + {covidDiabetes} + {covidNeuroCough} + {covidDialysis} + {covidLiver} + {covidObesity} + {covidPregnancy)<\br><\br><\br>if {covidComorbiditiesCount} >0 :<\br> Name Speak: "Robbie", "Important! You've reported significant underlying medical conditions and illness symptoms you are advised to contact a care provider and be seen within 24 hours."<\br><\br><\br># Add - Collect details? .. If history appears unreliable: Screen for other medical conditions. "Please tell me about any medicine that you/sick person take(s) daily or regularly." Ask about current medications that might indicate underlying chronic conditions.<\br><\br><\br># CHECK IF CAREGIVER OR LIVING IN FACILITY<\br><\br><\br>@promptNursingHome<\br>Name Speak: "Robbie", "{userRef3C} live in a nursing home or other long-term care facility?", "Do you or the person you are calling about live in a nursing home or other long-term care facility?"<\br>voice_input(covidNursingHome)<\br>if {covidNursingHome} IN {noList[*]}:<\br> covidNursingHome = {False} <\br>else:<\br> if {covidNursingHome} !IN {yesList[*]}:<\br> Goto: promptNursingHome<\br> covidNursingHome = {True} <\br> covidCareGiver = {False} <\br> Name Speak: "Robbie", "It is important that you immediately report these symptoms to your nursing home or care facility immediately, including shortness of breath, fever or cough." <\br> Goto: G-careFacilityReport<\br><\br><\br>@promptCareGiver<\br>Name Reconvey: "Robbie", "{userRef3C} been involved as a worker, student or volunteer at a health care setting in the last two weeks?", "In the last two weeks have you or the person you are calling about worked or volunteered... work?"<\br># Details: in the last two weeks worked or volunteered in a hospital, emergency room, clinic, medical office, ambulance service, first responder services, or any health care setting, or taken care of patients as a student as a part of your/their work?<\br>voice_input(covidCareGiver)<\br>if {covidCareGiver} IN {noList[*]}:<\br> covidCareGiver = {False} <\br>else:<\br> if {covidCareGiver} !IN {yesList[*]}:<\br> Goto: promptCareGiver<\br> covidCareGiver = {True} <\br> Name Speak: "Robbie", "It is important that you immediately report your symptoms to the occupational health provider for the care facility where you were involved, including shortness of breath, fever or respiratory symptoms." <\br> Goto: F-careGiverReport<\br><\br><\br># List Symptoms, Comorbidities & Risks<\br><\br><\br>Name Speak: "Robbie", "Would you like me to list your information including Symptoms and Comorbidities?"<\br>voice_input(userInput)<\br>if {userInput} IN {noList[*]}:<\br> Goto: checkDispositions<\br><\br><\br>Name Speak: "Robbie", "I will list your information. Would you like me to read out loud?"<\br>voice_input(userInput)<\br>if {userInput} IN {noList[*]}:<\br> varNoSpeak = ""<\br>else<\br> varNoSpeak = ""<\br><\br><\br>varProsody = "rate='x-fast'"<\br><\br>Name Speak: "Robbie", "{varNoSpeak} User Name {userName} "<\br>Name Speak: "Robbie", "{varNoSpeak} User Ref {covidUserRef} "<\br>Name Speak: "Robbie", "{varNoSpeak} User Ill {covidIll} "<\br>Name Speak: "Robbie", "{varNoSpeak} User Age {covidAge} "<\br><\br>Name Speak: "Robbie", "{varNoSpeak} Life Threat {covidLifeThreat} "<\br>Name Speak: "Robbie", "{varNoSpeak} Contact {covidContact} "<\br>Name Speak: "Robbie", "{varNoSpeak} Fever {covidFever} "<\br>Name Speak: "Robbie", "{varNoSpeak} Breathing {covidBreath} "<\br>Name Speak: "Robbie", "{varNoSpeak} Severe Breathing {covidSevereBreath} "<\br>Name Speak: "Robbie", "{varNoSpeak} Cough {covidCough} "<\br>Name Speak: "Robbie", "{varNoSpeak} Severe Cough {covidSevereCough} "<\br>Name Speak: "Robbie", "{varNoSpeak} BP {covidBP} "<\br>Name Speak: "Robbie", "{varNoSpeak} Severe BP {covidSevereBP} "<\br>Name Speak: "Robbie", "{varNoSpeak} Nose {covidNose} "<\br>Name Speak: "Robbie", "{varNoSpeak} Throat {covidThroat} "<\br>Name Speak: "Robbie", "{varNoSpeak} Muscle {covidMuscle} "<\br>Name Speak: "Robbie", "{varNoSpeak} Taste {covidTaste} "<\br>Name Speak: "Robbie", "{varNoSpeak} Fatigue {covidFatigue} "<\br>Name Speak: "Robbie", "{varNoSpeak} Nausea {covidNausea} "<\br><\br>Name Speak: "Robbie", "{varNoSpeak} Comorbidities "<\br>Name Speak: "Robbie", "{varNoSpeak} Lungs {covidLungs} "<\br>Name Speak: "Robbie", "{varNoSpeak} Heart {covidHeart} "<\br>Name Speak: "Robbie", "{varNoSpeak} Diabetes {covidDiabetes} "<\br>Name Speak: "Robbie", "{varNoSpeak} Neuro Cough {covidNeuroCough} "<\br>Name Speak: "Robbie", "{varNoSpeak} Weakened Immune {covidWeakImmune} "<\br>Name Speak: "Robbie", "{varNoSpeak} Dialysis {covidDialysis} "<\br>Name Speak: "Robbie", "{varNoSpeak} Liver {covidLiver} "<\br>Name Speak: "Robbie", "{varNoSpeak} Obesity {covidObesity} "<\br>Name Speak: "Robbie", "{varNoSpeak} Pregnancy {covidPregnancy} "<\br>Name Speak: "Robbie", "{varNoSpeak} Comorbidities Total {covidComorbiditiesCount} "<\br><\br>Name Speak: "Robbie", "{varNoSpeak} Nursing Home or Facility {covidNursingHome} "<\br>Name Speak: "Robbie", "{varNoSpeak} Care Giving {covidCareGiver} "<\br><\br><\br>@checkDispositions<\br>Name Speak: "Robbie", "Neon AI test - Checking for Dispositions for the reported symptoms."<\br><\br><\br># CALCULATE D-gotoEmergency DISPOSITION<\br><\br><\br>Python: covidEmergencyCount = {covidSevereBreath} + {covidSevereCough} + {covidSevereBP}<\br>if {covidEmergencyCount} >0 :<\br> Name Speak: "Robbie", "People with these severe symptoms are advised to immediately go to the Emergency Department."<\br> Goto: D-gotoEmergency<\br><\br><\br># CALCULATE E-callMedicalProvider DISPOSITION<\br># TODO: '*' is not a valid character<\br>Python: covidProvider24Count = {covidBreath} + ( {covidFever} * {covidComorbiditiesCount} ) + ( {covidCough} * {covidComorbiditiesCount} ) <\br>if {covidProvider24Count} >0 :<\br> Name Speak: "Robbie", "People with the reported symptoms are advised to call a medical provider within 24 hours, and are encouraged to participate in tele-health options from their health care provider."<\br> Goto: E-callMedicalProvider<\br><\br><\br># CALCULATE BREATHING DISPOSITIONS<\br><\br><\br>if {covidBreath}:<\br> if {covidComorbiditiesCount} >= 1:<\br> Goto: B-call911<\br> Goto: D-gotoEmergency<\br><\br><\br># CALCULATE H-selfCare DISPOSITION<\br><\br><\br>Python: covidStayHomeCount = {covidFever} + {covidFever} + {covidCough} <\br><\br><\br>if {covidStayHomeCount} >0 :<\br> Name Speak: "Robbie", "People with the reported symptoms are advised to stay home and call their health care provider if they get worse, and are encouraged to participate in tele-health options from their health care provider."<\br> Goto: H-selfCare<\br><\br><\br># TODO: Goto line here to catch no response, different response for completion vs not ill DM<\br># NO SYMPTOMS - A<\br>@A-noSymptoms<\br>Name Speak: "Robbie", "The Neon AI triage service is intended for people who are ill or caring for someone who is ill. For general information about coronavirus disease 2019 (COVID-19), please refer to the Centers for Disease Control and Prevention (CDC) website. Do you have something to write with? The CDCs website is www.cdc.gov/COVID19."<\br>Goto: promptCreateReport<\br><\br><\br>#CALL 911 - B<\br>@B-call911<\br>Name Reconvey: "Robbie", "Immediate medical attention is needed. You need to call 911 now. Tell the 911 operator if you have been in contact with someone with COVID-19 or if you have recently been to an area where COVID-19 is spreading."<\br>Goto: promptCreateReport<\br><\br><\br>#CHILD LESS THAN 5 YEARS OLD - C<\br>@C-lessThanFive<\br>Name Speak: "Robbie", "This triage line is intended for children who are at least five years old and adults. If your child is younger than five years old and is sick, please contact their medical provider as soon as possible. If your child has had contact with a person who is sick with COVID-19 or has been in an area with community spread of COVID-19, please let their medical providers know."<\br>Goto: promptCreateReport<\br><\br><\br>#GO TO EMERGENCY DEPARTMENT - D<\br>@D-gotoEmergency<\br>Name Reconvey: "Robbie", "Urgent medical attention is needed."<\br>Name Reconvey: "Robbie", "You need to go to your nearest emergency department."<\br>Name Speak: "Robbie", If you have had contact with a person who is sick with COVID-19 or you have been in an area with community spread of COVID-19, please let your medical providers know as soon as you arrive at the emergency department."<\br>Goto: promptCreateReport<\br><\br><\br>#CONTACT MEDICAL PROVIDER WITHIN 24 HOURS - E<\br>@E-gotoMedicalProvider<\br>Name Reconvey: "Robbie", "You have some symptoms that may be related to COVID-19. Stay home except to get medical care. Separate yourself from others in your home. Wear a facemask, if possible. Clean your hands often. Avoid sharing personal household items. Clean all high-touch surfaces everyday. Monitor your symptoms and seek prompt medical attention if your illness is worsening.", "You have some symptoms that may be related to COVID-19... Monitor your symptoms and seek prompt medical attention if your illness is worsening."<\br>Goto: promptCreateReport<\br><\br><\br>#CONTACT OCCUPATIONAL HEALTH PROVIDER AT WORK - F<\br>@F-careGiverReport<\br>Name Speak: "Robbie", "Contact an occupational health provider in your healthcare facility as soon as possible. If you have cared for a person who is sick with COVID-19 or have been in an area with community spread of COVID-19, please let your occupational health provider know as soon as you speak with them."<\br>Goto: promptCreateReport<\br><\br><\br>#CONTACT HEALTHCARE PROVIDER IN LONG TERM CARE FACILITY - G<\br>@G-careFacilityReport<\br>Name Speak: "Robbie", "You may be at higher risk for severe illness since you live in a nursing home or a long-term care facility. Tell a caregiver at the facility that you are sick and need to see a medical provider as soon as possible."<\br>Goto: promptCreateReport<\br><\br><\br>#STAY HOME AND TAKE CARE OF YOURSELF. CONTACT PROVIDER IF THINGS GET WORSE - H<\br>@H-selfCare<\br>Name Speak: "Robbie", "Sorry you are feeling ill. You have one or more symptom(s) that may be related to COVID-19. Stay home and take care of yourself. Please follow steps to prevent others in your household or community from getting sick."<\br>Goto: promptCreateReport<\br><\br><\br># Not Done Yet - Z<\br>@Z-inProgress<\br>Name Speak: "Robbie", "I'm sorry {userName} I'm not programmed for that answer yet. I'm sorry you are feeling ill. You have one or more symptom(s) that may be related to COVID-19. Stay home and take care of yourself. Please follow steps to prevent others in your household or community from getting sick."<\br>Goto: promptCreateReport<\br><\br><\br># CREATE REPORT<\br><\br>@promptCreateReport<\br>Name Speak: "Robbie", "Would you like me to send you an email with the information you have reported today, including User info, Symptoms and Comorbidities?"<\br>voice_input(userInput)<\br>if {userInput} IN {noList[*]}:<\br> Goto: screeningComplete<\br><\br>Variable: screeningReport<\br>screeningReport = "User Name {userName} "<\br>screeningReport = "{screeningReport}, User Ref {covidUserRef} "<\br>screeningReport = "{screeningReport}, Ill {covidIll} "<\br>screeningReport = "{screeningReport}, Age {covidAge} "<\br><\br>screeningReport = "{screeningReport}, Life Threat {covidLifeThreat} "<\br>screeningReport = "{screeningReport}, Contact {covidContact} "<\br><\br>screeningReport = "{screeningReport} \nSymptoms \n"<\br>screeningReport = "{screeningReport}Fever {covidFever} "<\br>screeningReport = "{screeningReport}, Breathing {covidBreath} "<\br>screeningReport = "{screeningReport}, Severe Breathing {covidSevereBreath} "<\br>screeningReport = "{screeningReport}, Cough {covidCough} "<\br>screeningReport = "{screeningReport}, Severe Cough {covidSevereCough} "<\br>screeningReport = "{screeningReport}, BP {covidBP} "<\br>screeningReport = "{screeningReport}, Severe BP {covidSevereBP} "<\br>screeningReport = "{screeningReport}, Nose {covidNose} "<\br>screeningReport = "{screeningReport}, Throat {covidThroat} "<\br>screeningReport = "{screeningReport}, Muscle {covidMuscle} "<\br>screeningReport = "{screeningReport}, Taste {covidTaste} "<\br>screeningReport = "{screeningReport}, Fatigue {covidFatigue} "<\br>screeningReport = "{screeningReport}, Nausea {covidNausea} "<\br><\br>screeningReport = "{screeningReport} \nComorbidities \n"<\br>screeningReport = "{screeningReport}Lungs {covidLungs} "<\br>screeningReport = "{screeningReport}, Heart {covidHeart} "<\br>screeningReport = "{screeningReport}, Diabetes {covidDiabetes} "<\br>screeningReport = "{screeningReport}, Neuro Cough {covidNeuroCough} "<\br>screeningReport = "{screeningReport}, Weakened Immune {covidWeakImmune} "<\br>screeningReport = "{screeningReport}, Dialysis {covidDialysis} "<\br>screeningReport = "{screeningReport}, Liver {covidLiver} "<\br>screeningReport = "{screeningReport}, Obesity {covidObesity} "<\br>screeningReport = "{screeningReport}, Pregnancy {covidPregnancy} "<\br>screeningReport = "{screeningReport} \nComorbidities Total {covidComorbiditiesCount} \n"<\br><\br>screeningReport = "{screeningReport}Nursing Home or Facility {covidNursingHome} "<\br>screeningReport = "{screeningReport}, Care Giving {covidCareGiver} "<\br><\br>Name Speak: "Robbie", "This is your Screening Report {screeningReport}"<\br><\br>Name Speak: "Robbie", "Report ready to email. Say cancel to not send the email, or say send to send."<\br>voice_input(userInput)<\br>if {userInput} == "cancel":<\br> Goto: screeningComplete<\br><\br>Email: "Neon COVID Screening Report", screeningReport<\br><\br><\br>@screeningComplete<\br><\br>Name Speak: "Robbie", "Would you like to restart the demonstration Covid-19 screening application test?"<\br>voice_input(userInput)<\br>if {userInput} IN {yesList}:<\br> Name Speak: "Robbie", "Would you like to erase all your answers before restarting the demonstration Covid-19 screening application test?"<\br> voice_input(userInput)<\br> if {userInput} IN {yesList[*]}:<\br> Name Speak: "Robbie", "Erasing current test answers and restarting."<\br> Goto: restartCovidScreening<\br> Name Speak: "Robbie", "Restarting screening test with current test answers."<\br> Goto: startCovidScreening<\br><\br>Name Speak: "Robbie", "Thank you {userName} for testing the Neon AI Conversational Covid 19 Screening Script. "Robbie", signing off."<\br>Name Speak: "Robbie", "Would you like to test the Neon AI Patient Assistant Script?"<\br>voice_input(askReturnValue)<\br>if {askReturnValue} IN {yesList[*]}:<\br> Name Reconvey: "Robbie", "Transferring to Pat, our Patient Assistant demonstration. Goodbye {userName}.", "Goodbye"<\br> Execute : "Run the patient assistant script"<\br> # Name Speak : Robbie :"Neon run the Patient Assistant script starting at SCRIPTENTRY"<\br> exit<\br># Name Speak: "Robbie", "Lastly, would you like to test the Neon AI Conversational Script Menu?"<\br># voice_input(askReturnValue)<\br># if {askReturnValue} IN {yesList[*]}:<\br># Name Speak: "Robbie", "Transferring to Otto, our Conversational Script Menu Assistant demonstration. Goodbye {userName}."<\br># Name Speak: "Robbie", "Neon run the script menu script starting at SCRIPTENTRY"<\br># exit<\br><\br>Name Speak: "Robbie", "Thank you {userName} for helping me practice my conversational skills and letting me practice help you."<\br><\br>exit<\br>[/collapse] [collapsed][collapsed title=Demo Guess Number Timeout:] Script: "Demo Guess Number Timeout"<\br>Author: Daniel McKnight<\br>Timeout: 15<\br>Description:<\br> Neon will select a number between 1 and 10 at random<\br> and give hints until the user guesses correctly. If there is no response for 15 seconds, the script will exit<\br><\br>Variable: numbers = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10<\br>Variable: neon_num = random(numbers)<\br>Variable: user_guess = ""<\br><\br>Set: neon_num = random(numbers)<\br>Neon speak:<\br># "My number is {neon_num}"<\br> "I'm thinking of a number between 1 and 10"<\br> "Guess what it is or say 'exit'"<\br>LOOP guess<\br>voice_input(user_guess)<\br>If {user_guess} IN {numbers}:<\br> if {user_guess} == {neon_num}:<\br> Neon speak: "You guessed it!"<\br> Exit<\br> if {user_guess} > {neon_num}:<\br> Neon speak: "Lower"<\br> LOOP guess END<\br> if {user_guess} < {neon_num}:<\br> Neon speak: "Higher"<\br> LOOP guess END<\br>else<\br> if {user_guess} != "exit":<\br> Neon speak:<\br> "That's not a valid guess, try again."<\br> LOOP guess END<\br>Exit[/collapse] [collapsed][collapsed title=Demo Profile Reconveyance:] Script: Demo Profile Reconveyance<\br>Variable: body = "Test email body\nnewline"<\br>Variable: emailAddr = profile(user.email)<\br>Variable: spoken<\br>If {emailAddr}:<\br> Neon speak: "your email address is {emailAddr}"<\br>else:<\br> Neon speak: I don't know what your email address is<\br>Neon speak: Say something and I'll say it back to you<\br>voice_input(spoken)<\br>Neon Speak: You said:<\br>Reconvey: spoken<\br><\br>Exit<\br>[/collapse] [collapsed][collapsed title=Demo Weather Loop:] Script: "Demo Weather Loop" <\br>Variable: location<\br>Variable: forecast<\br>LOOP WW<\br> Neon speak:<\br> "Say A or Athens for the weather in Athens"<\br> "Say B or Bombay for the weather in Bombay"<\br> "Say S or Seattle for the weather in Seattle"<\br> "Say exit to exit"<\br> voice_input(location)<\br> Case (location):<\br> "A or Athens"<\br> Execute: "What is the weather in Athens"<\br> Neon speak: "about to repeat A"<\br> "B or Bombay"<\br> Execute: "What is the weather in Bombay"<\br> Neon speak:<\br> "say 10 day or 5 day forecast"<\br> voice_input(forecast)<\br> Case (forecast):<\br> "10 day or 10"<\br> Execute: "What is the 10 day forecast for Bombay"<\br> "5 day or 5"<\br> Execute: "What is the 5 day forecast for Bombay"<\br> Neon speak: "about to repeat B"<\br> "S or Seattle"<\br> Execute: "What is the weather in Seattle"<\br> Neon speak: "about to repeat S"<\br> Neon speak:<\br> "End of loop WW."<\br>LOOP WW END<\br>Neon speak: "I'm done now."<\br>Exit<\br><\br>[/collapse] [collapsed][collapsed title=Eddie:] Script: "Eddie"<\br>Variable: name<\br>Variable: more<\br>Language: en-gb, male<\br>Name Speak: Eddie, "Welcome to the Neongecko Intro, My name is Eddie."<\br>Name Speak: Eddie, "What is your name?"<\br>voice_input(name)<\br>Name Speak: Eddie, "hi {name}"<\br>Name Speak: Eddie, " I am good at searching for your favorite music and videos" <\br>Name Speak: Eddie, "You can ask me to play songs, albums, artists, shows, movies, and more."<\br>Name Speak: Eddie, "If your microphone and speakers are enabled you can ask me questions out loud, and hear my answers. Otherwise you can type your questions in the box, after this start up exits."<\br>EXIT[/collapse] [collapsed][collapsed title=Eliza 1965:] Script: Eliza 1965<\br>Language: "en-GB female"<\br><\br>Variable: input = ""<\br>Variable: split_input<\br>Synonym: Run Eliza<\br>Synonym: Talk to Eliza<\br>Synonym: Let's talk<\br>Synonym: I'm feeling lonely<\br>Synonym: I'd like to talk with<\br>Synonym: Talk to Neon AI<\br><\br># Static Strings<\br>Variable: initial = It's nice to meet you. How are you today?<\br>Variable: final = Goodbye. Thank you for talking to me.<\br>Variable: quit = bye, goodbye, quit<\br><\br># Substitutions<\br>Variable: input_sub = dont don't,<\br> cant can't,<\br> wont won't,<\br> recollect remember,<\br> dreamt dreamed,<\br> dreams dream,<\br> maybe perhaps,<\br> when what,<\br> certainly yes,<\br> machine computer,<\br> computers computer,<\br> were was,<\br> "you're" "you are",<\br> "i'm" "i am",<\br> same alike<\br><\br># Synonyms<\br>Variable: belief = belief, feel, think, believe, wish<\br>Variable: family = family, mother, mom, father, dad, sister, brother, wife, children, child<\br>Variable: desire = desire, want, need, wish<\br>Variable: sad = sad, unhappy, depressed, sick<\br>Variable: happy = happy, elated, glad, better<\br>Variable: cannot = cannot, can't<\br>Variable: everyone = everyone, everybody, nobody, noone<\br>Variable: people = people, they, others, adults, children, teenagers<\br>Variable: be = be, am, is, are, was<\br>Variable: sorry = sorry, i apologize<\br>Variable: language = deutsch, francais, italiano, espanol<\br><\br># Input to response matching<\br>Variable: key_sub = "* [sorry] for {sorry_1}" "Please don't apologize about {sorry_1}" "No need to apologize about {sorry_1[*]}" "I've told you that apologies are not required.",<\br> "i remember {2}" "Do you often think of {2}?" "Does thinking of {2} bring anything else to mind?" "What else do you recollect?" "Why do you recollect {2} just now?" "What in the present situation reminds you of {2}?",<\br> "do you remember {2}" "Did you think I would forget {2}?" "Why do you think I should recall {2} now?" "What about {2}? "You mentioned {2}?",<\br> "if *" "Do you think its likely that *?" "Do you wish that *?" "What do you know about *?" "Really, if *?",<\br> "* dreamed {1}" "Really, {1}?" "Have you ever fantasized {1} while you were awake?" "Have you ever dreamed {1} before?",<\br> "dream" "What does that dream suggest to you?" "Do you dream often?" "What persons appear in your dreams? "Do you believe that dreams have something to do with your problems?",<\br> "perhaps" "You don't seem quite certain." "Why the uncertain tone?" "Can't you be more positive?" "You aren't sure?" "Don't you know?",<\br> "name" "I am not interested in names." "I've told you before, I don't care about names -- please continue.",<\br> "*[language]*" "I speak only English" "I do not speak {[language]}",<\br> "hello" "How do you do. Please state your problem." "Hi. What seems to be your problem?",<\br> "how are you" "We were discussing you -- not me.",<\br> "are you *" "Why are you interested in whether I am * or not?" "Would you prefer if I weren't *?" "Perhaps I am * in your fantasies." "Do you sometimes think I am *?",<\br> "computer" "Do computers worry you?" "Why do you mention computers?" "What do you think machines have to do with your problem?" "Don't you think computers can help people?" "What about machines worries you?" "What do you think about machines?",<\br> "am i *" "Do you believe you are *?" "Would you want to be *?" "Do you wish I would tell you you are *?" "What would it mean if you were *?",<\br> "[people] are *" "Did you think they might not be *?" "Would you like it if they were not *?" "What if they were not *?" "Possibly they are *.",<\br> "was i *" "What if you were *?" "Do you think you were *?" "Were you *?" "What would it mean if you were *?" "What does * suggest to you ?",<\br> "i was *" "Were you really?" "Why do you tell me you were * now?" "Perhaps I already know you were *.",<\br> "was you *" "Would you like to believe I was *?" "What suggests that I was *?" "What do you think?" "Perhaps I was *." "What if I had been *?",<\br> "i am * [sad]" "I am sorry to hear that you are {[sad]}." "Do you think that coming here will help you not to be {[sad]}?" "I'm sure it's not pleasant to be {[sad]}." "Can you explain what made you {[sad]}?",<\br> "i am * [happy]" "How have I helped you to be {[happy]}?" "Has your treatment made you {[happy]}?" "What makes you {[happy]} just now?" "Can you explain why you are suddenly {[happy]}?",<\br> "i [belief] {1} i {2}" "Do you really think so?" "But you are not sure you {2}." "Do you really doubt you {2}?",<\br> "i am *" "Is it because you are * that you came to me?" "How long have you been *?" "Do you believe it is normal to be *?" "Do you enjoy being *?",<\br> "i [cannot] *" "Why do you think that you can't *?" "Have you tried?" "Perhaps you could * now." "Do you really want to be able to *?",<\br> "i don't *" "Don't you really *?" "Why don't you *?" "Do you wish to be able to *?" "Does that trouble you?",<\br> "do i feel *" "Tell me more about such feelings." "Do you often feel *?" "Do you enjoy feeling *?" "Of what does feeling * remind you?",<\br> "i * you" "Perhaps in your fantasies we * each other." "Do you wish to * me?" "You seem to need to * me." "Do you * anyone else?",<\br> "you are *" "What makes you think I am *?" "Does it please you to believe I am *?" "Do you sometimes wish you were *?" "Perhaps you would like to be *.",<\br> "you * me" "Why do you think I * you?" "You like to think I * you, don't you ?" "What makes you think I * you?" "Really, I * you?" "Do you wish to believe I * you?" "Suppose I did * you -- what would that mean?" "Does someone else believe I * you?",<\br> "yes" "You seem to be quite positive." "You are sure." "I see." "I understand.",<\br> "no" "Are you saying no just to be negative?" "You are being a bit negative." "Why not?" "Why 'no'?",<\br> "my {1} [family] {2}" "Tell me more about your {[family]}." "Who else in your family {2}?" "Your {[family]}?" "What else comes to mind when you think of your {[family]}?",<\br> "i [desire] *" "What would it mean to you if you got *?" "Why do you want *?" "Suppose you got * soon?" "What if you never got *?" "What would getting * mean to you?" "What does wanting * have to do with this discussion?",<\br> "what" "Why do you ask?" "Does that question interest you?" "What is it you really wanted to know?" "Are such questions much on your mind?" "What answer would please you most?" "What do you think?" "What comes to mind when you ask that?" "Have you asked such questions before?" "Have you asked anyone else?",<\br> "because" "Is that the real reason?" "Don't any other reasons come to mind?" "Does that reason seem to explain anything else?" "What other reasons might there be?",<\br> "why don't you *" "Do you believe I don't *?" "Perhaps I will * in good time." "Should you * yourself?" "You want me to *?",<\br> "why can't i *" "Do you think you should be able to *?" "Do you want to be able to *?" "Do you believe this will help you to *?" "Have you any idea why you can't *?",<\br> "why" "Why do you ask?" "Does that question interest you?" "What is it you really wanted to know?" "Are such questions much on your mind?" "What answer would please you most?" "What do you think?" "What comes to mind when you ask that?" "Have you asked such questions before?" "Have you asked anyone else?",<\br> "[everyone] {1}" "Really, {[everyone]}?" "Surely not {[everyone]} {1}." "Can you think of anyone in particular ?" "Who, for example?" "Are you thinking of a very special person?" "Who, may I ask?" "Someone special perhaps?" "You have a particular person in mind, don't you?" "Who do you think you're talking about?",<\br> "always" "Can you think of a specific example?" "When?" "What incident are you thinking of?" "Really, always?",<\br> "alike" "In what way?" "What resemblance do you see?" "What does that similarity suggest to you?" "What other connections do you see?" "What do you suppose that resemblance means?" "What is the connection, do you suppose?" "Could here really be some connection?" "How?",<\br> "[be] like" "In what way?" "What resemblance do you see?" "What does that similarity suggest to you?" "What other connections do you see?" "What do you suppose that resemblance means?" "What is the connection, do you suppose?" "Could here really be some connection?" "How?",<\br> "can you *" "You believe I can * don't you?" "You want me to be able to *." "Perhaps you would like to be able to * yourself.",<\br> "can i *" "Whether or not you can * depends on you more than me." "Do you want to be able to *?" "Perhaps you don't want to *.",<\br> "your *" "Why are you concerned over my *?" "What about your own *?" "Are you worried about someone else's *?" "Really, my *?",<\br> "my *" "Your *?" "Why do you say your *?" "Does that suggest anything else which belongs to you?" "Is it important that your *?",<\br> "you *" "We are discussing you -- not me." "Oh. I *?" "You're not really talking about me -- are you?" "What are your feelings now?",<\br> "i *" "You say *?" "Can you elaborate on that?" "Do you say * for some special reason?" "That's quite interesting.",<\br> "thank you" "you are welcome" "don't mention it" "no problem",<\br> "[quit]" "{final}",<\br> "*" "I'm not sure I understand you fully." "Please go on." " What do you mean by *?" "Do you feel strongly about discussing such things?"<\br><\br>Name speak: Eliza, {initial}<\br><\br>LOOP pre<\br> voice_input(input)<\br> Set: user_speech = {input}<\br> sub_values(input, input_sub)<\br> sub_key(input, key_sub)<\br><\br> Name speak: Eliza, {input}<\br> if {user_speech} IN {quit}:<\br> Exit<\br>LOOP pre END<\br><\br>Neon speak: {final}<\br>Exit[/collapse] [collapsed][collapsed title=Good Morning:] Script: "Good Morning"<\br>Neon speak: "Good Morning"<\br> "The time is"<\br>Execute: "What time is it"<\br>Neon speak: "The weather is"<\br>Execute: "what is the weather"<\br>Neon speak: "Thank you for starting me up. I look forward to talking with you"<\br>Exit[/collapse] [collapsed][collapsed title=Grocery Greeter:] Script: "Grocery Greeter"<\br>Variable: init<\br>Variable: name<\br>Variable: more<\br># Variable: {}: ""<\br>Neon Speak: "Starting the Grocery Greeter. Waiting for activation"<\br>voice_input(init)<\br>Neon Speak: "Welcome to the Neon Gecko Grocery Store."<\br># Neon Speak: "Welcome to the Neon Gecko Grocery Store Greeter. My name is Neon."<\br># Neon Speak: "What is your name?"<\br># voice_input{name}<\br># Neon Speak: "hi {name}"<\br>Neon Speak: "What can I help you find?"<\br>LOOP Q1<\br> Neon Speak: "For example say produce for fresh vegetables, nuts, and fruit, or more for more options" <\br> voice_input(more)<\br> Neon Speak: {more}<\br> IF "more" IN {more}:<\br> Neon Speak: "more IN {more}"<\br> Goto: say_options<\br> IF "done" == {more}:<\br> Neon Speak: "done == {more}"<\br> Goto: say_goodbye<\br> IF "more" == {more}:<\br> Neon Speak: "more == {more}"<\br> Goto: say_options<\br> IF "Meat" IN {more}:<\br> Neon Speak: "Meat can be found in Aisle 7, towards the back of the store" <\br> IF "Dairy" IN {more}:<\br> Neon Speak: "Dairy can be found in Aisle 1, towards the front of the store"<\br> IF "Produce" IN {more}:<\br> Neon Speak: "Produce can be found in Aisle 3, near the bakery"<\br> IF "Frozen" IN {more}:<\br> Neon Speak: "Frozen Foods can be found in Aisle 5, in the middle of the store"<\br> IF "Bakery" IN {more}:<\br> Neon Speak: "The bakery can be found in Aisle 2, towards the front of the store"<\br> IF "Deli" IN {more}:<\br> Neon Speak: "Deli items can be found in Aisle 8, towards the back of the store, near the Meat Department"<\br> IF "Medicine" IN {more}:<\br> Neon Speak: "Medicine can be found in Aisle 4, towards the middle of the store"<\br>@say_options<\br> Neon Speak: "Still need assistance? Say meat, or dairy, or cleaning"<\br> # Neon Speak: "You can also say specific items, like apples, or steak"<\br> # Neon Speak: "You can say produce, frozen, bakery, deli, or more"<\br> # Neon Speak: "Say done to exit at any time"<\br>LOOP Q1 END<\br>@say_goodbye<\br>Neon Speak: "Goodbye"<\br>Exit[/collapse] [collapsed][collapsed title=Guess My Word:] Script: "Guess My Word"<\br>Language: en-us, female<\br><\br># Demonstration word game player from Neon AI<\br># "Hi {userName}. Let's play the game guess my 7 word popular phrase. It very simple. I will choose a 7 word phrase and tell you one word. Then you guess a word, and if it is in the seven work phrase I will tell you its position or to guess again. Anytime you want you can guess the phrase, just say I guess and I will tell you if you're right. If you want me to tell you what you've already guessed, just say recap or history. Say hint and I will tell you another word."<\br># Later n word phrases; n letter words; subject specific popular phrase input from Wolfram, google; foreign language<\br><\br># Set up wait time for participant responses<\br>Variable: timeoutReturnLabel = AnnounceVersion<\br>Timeout: 30, TIMEOUT<\br><\br>@AnnounceVersion<\br><\br>Name Speak: Gamon,"Neon Word Game Demonstration Version 2020 08 06 22:30 Testing"<\br># Announce version ("Testing" is displayed as text and is not spoken)<\br><\br>Variable: sevenWordPhraseArray = "A DATE THAT WILL LIVE IN INFAMY",<\br> "A DAY THAT WILL LIVE IN INFAMY",<\br> "A WORD TO THE WISE IS ENOUGH",<\br> "A WORD TO THE WISE IS SUFFICIENT",<\br> "AND A MERRY OLD SOUL WAS HE",<\br> "CAN'T SEE THE FOREST FOR THE TREES",<\br> "CHILL OUT AND PLAY SOME VIDEO GAMES",<\br> "COME OUT COME OUT WHEREVER YOU ARE",<\br> "I SMELL THE BLOOD OF AN ENGLISHMAN",<\br> "I'M LATE FOR A VERY IMPORTANT DATE",<\br> "IF IT AIN'T BROKE DON'T FIX IT",<\br> "IF YOU BUILD IT HE WILL COME",<\br> "IF YOU BUILD IT THEY WILL COME",<\br> "IT WAS A DARK AND STORMY NIGHT",<\br> "IT'S ALL HUMBUG I TELL YOU HUMBUG",<\br> "JACK AND JILL WENT UP THE HILL",<\br> "JACK FELL DOWN AND BROKE HIS CROWN",<\br> "LAUGH AND THE WORLD LAUGHS WITH YOU",<\br> "LEAP TALL BUILDINGS IN A SINGLE BOUND",<\br> "LIFE LIBERTY AND THE PURSUIT OF HAPPINESS",<\br> "LIONS AND TIGERS AND BEARS OH MY",<\br> "LITTLE BO PEEP HAS LOST HER SHEEP",<\br> "LITTLE PIGS LITTLE PIGS LET ME IN",<\br> "LIVE FROM NEW YORK IT'S SATURDAY NIGHT",<\br> "NEITHER A BORROWER NOR A LENDER BE",<\br> "NOT BY THE HAIR ON MY CHINNY-CHIN-CHIN",<\br> "NOT BY THE HAIR OF MY CHINNY-CHIN-CHIN",<\br> "NOW I LAY ME DOWN TO SLEEP",<\br> "OH WHAT A TANGLED WEB WE WEAVE",<\br> "ONE THING I CAN SAY FOR SURE",<\br> "OLD MOTHER HUBBARD WENT TO THE CUPBOARD",<\br> "OVER THE RIVER AND THROUGH THE WOODS",<\br> "THE BEST-LAID SCHEMES OF MICE AND MEN",<\br> "THE BEST-LAID PLANS OF MICE AND MEN",<\br> "DISCRETION IS THE BETTER PART OF VALOR",<\br> "THE BETTER PART OF VALOR IS DISCRETION",<\br> "THE FACE THAT LAUNCHED A THOUSAND SHIPS",<\br> "THE HABITS OF HIGHLY EFFECTIVE PEOPLE",<\br> "THE STUFF THAT DREAMS ARE MADE FROM",<\br> "THE STUFF THAT DREAMS ARE MADE OF",<\br> "THE STUFF OF WHICH DREAMS ARE MADE",<\br> "THE STUFF FROM WHICH DREAMS ARE MADE",<\br> "THINGS THAT GO BUMP IN THE NIGHT",<\br> "THIS IS THE SONG THAT NEVER ENDS<\br> "TO ERR IS HUMAN TO FORGIVE DIVINE",<\br> "TO FETCH HER POOR DOG A BONE",<\br> "WE HOLD THESE TRUTHS TO BE SELF-EVIDENT",<\br> "WE THE PEOPLE OF THE UNITED STATES",<\br> "WHEN IN THE COURSE OF HUMAN EVENTS"<\br><\br>Variable: usedPhrases<\br>Variable: chosenPhrase<\br>Variable: hintCount<\br>Variable: sayNext<\br>Variable: foundWords<\br>Variable: chosenPhraseWords<\br>Variable: chosenPhraseWordsByLen<\br>Variable: iWord<\br>Variable: blankCount<\br>Variable: userInput<\br>Variable: userInputWords<\br>Variable: userInputWordsLen<\br><\br>usedPhrases[*] = ""<\br><\br>Variable: True = 1 <\br>Variable: False = 0 <\br>Variable: exitList = "exit", "cancel", "never mind"<\br>Variable: noList<\br>Variable: yesList<\br>Variable: alertsPhraseList<\br>Variable: inProgressList<\br>Variable: heyList<\br>Variable: askPrompt<\br>Variable: returnLabel<\br>Variable: heardSilence<\br>Variable: falseAlarmCount<\br>Variable: askReturnValue<\br>Variable: userName<\br>Variable: moreAppInfo<\br>Variable: customizeSettings<\br>Variable: customizeLanguage<\br>Variable: customizeProsody<\br>Variable: photoTime<\br>Variable: enableNeonApps<\br><\br>@StartUp<\br><\br># Initialize<\br><\br># exitList = "exit", "cancel", "never mind"<\br>noList = "no", "not now", "never mind", "nope", "n" <\br>yesList = "yes", "yup", "y"<\br><\br>alertsPhraseList = "help", "I need help", "help me", "emergency", "this is an emergency", "i need a doctor", "i need a doctor", "i need a doctor", "i need a doctor", "i need a doctor", "i need a nurse", "i need aid", "i need a caregiver", "i need assistance", "i fell", "i can't get up", "fire"<\br><\br>inProgressList = "what time is it", "Remind me to", "Play", "Record this", "Send an email", "Send a text"<\br><\br>heyList = "hey Gamon", "Gamon are you there", "is anybody listening", "what time is it"<\br><\br>speechGenderList = "female", "male"<\br>speechRateList = "medium", "fast", "slow"<\br>speechAccentList = "American", "British", "Australian"<\br><\br>askPrompt = ""<\br>returnLabel = "" <\br>heardSilence = ""<\br>falseAlarmCount = 0<\br>askReturnValue = ""<\br>userName = ""<\br>moreAppInfo = ""<\br>customizeSettings = ""<\br>customizeLanguage = ""<\br>customProsody = "rate='medium'"<\br>photoTime = ""<\br>enableNeonApps = {True}<\br><\br># Ask to install assistant<\br><\br>@PromptInstallAssistant<\br><\br>returnLabel = InstallAssistant<\br>timeoutReturnLabel = PromptInstallAssistant<\br>Name Speak: Gamon,"Hi, I'm Gamon. I'm a demonstration word game player from Neon AI. Thank you for helping test my conversational skills."<\br>askPrompt = "Please tell me your name, or you can say cancel to exit."<\br>GOTO : ASK<\br><\br>@InstallAssistant<\br><\br>userName = {askReturnValue}<\br><\br>Name Speak: Gamon,"Hi {userName}. I am glad you chose to play word games with me."<\br><\br>## Offer additional information<\br><\br>@ReAskMoreInfo<\br><\br>Name Speak: Gamon,"Before starting the Neon Word Game, would you like more information on the Neon conversational AI?"<\br>timeoutReturnLabel = ReAskMoreInfo<\br>voice_input(moreAppInfo)<\br>if {moreAppInfo} IN {noList[*]}:<\br> GOTO : PromptCustomize<\br><\br>Name Speak: Gamon,"Hi {userName}. I'm Gamon the word games playing assistant from Neon AI. I am an artificial intelligence personal assistant, I'm augmented with Neon Gecko open source code and CPI Corp patented technology."<\br><\br># Customize<\br><\br>@PromptCustomize<\br><\br>## Offer customization of settings for administrator, voice and system settings<\br>## Set up PA voice: name, gender, accent, pitch, speed, [Later: language, diction, empathy]<\br>## Set up system settings: timeoutSeconds (wait time for user input)<\br><\br>customLanguage = ""<\br>enableNeonApps = {True} <\br><\br>Name Speak: Gamon,"Would you like to customize the Neon Word Game settings to change my voice?"<\br># Later: Provide example of new Language/Prosody and offer reset<\br><\br>timeoutReturnLabel = PromptCustomize<\br>voice_input(customizeSettings)<\br>if {customizeSettings} !IN {yesList[*]}:<\br> GOTO : BeginAssistant<\br><\br>Name Speak: Gamon,"Hi {userName}. You can customize my voice for the Neon demonstration conversational game player. You can say female, male, normal, fast, slow, American, British or Australian, or say no change. "<\br><\br>@ReAskCustomize<\br><\br># Name Speak: Gamon,"Would you like to change the voice of the Neon conversational Word Game Assistant?"<\br><\br>timeoutReturnLabel = ReAskCustomize<\br>voice_input(customizeSettings)<\br>if {customizeSettings} == "":<\br> GOTO : PromptCustomize<\br>if {customizeSettings} CONTAINS "no change":<\br> GOTO : BeginAssistant<\br>if {customizeSettings} IN {noList[*]}:<\br> GOTO : BeginAssistant<\br><\br># Variable: britWords = british, gb, uk<\br>if {customizeSettings} CONTAINS british, gb, uk:<\br> customLanguage = "'en-GB'"<\br>else<\br> if {customizeSettings} CONTAINS "Australian, AU, aussie":<\br> customLanguage = "en-AU"<\br> else<\br> customLanguage = "en-us"<\br><\br>if {customizeSettings} CONTAINS "female":<\br> customLanguage = "{customLanguage} female"<\br>else<\br> customLanguage = "{customLanguage} male"<\br><\br>Language: {customLanguage}<\br><\br>if {customizeSettings} CONTAINS "fast":<\br> customProsody = "rate='fast'"<\br>else<\br> if {customizeSettings} CONTAINS "slow":<\br> customProsody = "rate='slow'"<\br> else<\br> customProsody = "rate='medium'"<\br><\br>@ReAskApps<\br><\br>Name Speak: Gamon,"Would you like to enable more Neon applications including playing music, playing other games, taking notes, setting reminders, making calculation, requesting general information or changing my voice?" <\br><\br>timeoutReturnLabel = ReAskApps <\br>voice_input(customizeSettings)<\br>if {customizeSettings} == "": <\br> GOTO : ReAskApps <\br><\br>if {customizeSettings} IN {noList[*]}: <\br> enableNeonApps = {False} <\br> GOTO : BeginAssistant <\br><\br>@BeginAssistant<\br><\br>timeoutReturnLabel = WaitForAlertPhrase<\br>Name Speak: Gamon," Your demonstration word game assistant has signed in. If you want to know if I am listening, you can say, hey Gamon , or, Gamon are you there. "<\br><\br>Name Speak: Gamon,"Hi {userName}. Let's play the game guess my 7 word popular phrase. It very simple. I will choose a 7 word phrase and tell you one word. Then you guess a word, and if it is in the seven work phrase I will tell you its position or to guess again. Anytime you want you can guess the phrase, just say I guess and I will tell you if you're right. If you want me to tell you what you've already guessed, just say recap or history. Say hint and I will tell you another word."<\br><\br>### SET UP GAME<\br><\br># Choose New Phrase<\br>@ChooseNewPhrase<\br>chosenPhrase = random(sevenWordPhraseArray)<\br># Check if used before<\br>if usedPhrases CONTAINS chosenPhrase<\br> GOTO : ChooseNewPhrase<\br><\br># Add New Phrase to list of phrased used<\br>usedPhrases = chosenPhrase<\br><\br>hintCount = 0<\br>sayNext = ""<\br>foundWords[*] = ""<\br><\br># Build word row for the sevenWordPhrase<\br>Python: chosenPhraseWords = chosenPhrase.split()<\br># Build word row by word length [0]..[6]<\br>Python: chosenPhraseWordsByLen = chosenPhraseWords.sort(key=len)<\br><\br>@NextHint<\br><\br># Give first or next hint<\br>if foundWords CONTAINS chosenPhraseWordsByLen[hintCount] :<\br> Python: hintCount++<\br> GOTO : NextHint<\br>Name Speak: Gamon,"Hint {hintCount}, the {sayNext} longest word is" {chosenPhraseWordsByLen[hintCount]}<\br>foundWords = {chosenPhraseWordsByLen[hintCount]}<\br>Python: hintCount++<\br>sayNext = "next"<\br><\br>@GuessNextWord<\br><\br>Name Speak: Gamon,"Here's where we're at"<\br>iWord = 0<\br>blankCount = 0<\br>LOOP SayFoundWords<\br> if chosenPhraseWord[iWord] in foundWords :<\br> Name Speak: Gamon,chosenPraseWord[i]<\br> else<\br> Name Speak: Gamon,"blank"<\br> Python: blankCount++<\br> Python: iWord++<\br>LOOP SayFoundWords UNTIL iWord >= 7<\br><\br>if blankCount == 0<\br> Name Speak: Gamon,"Game Over! Thank you {userName} for playing with me"<\br> Name Speak: Gamon,"Let's play again"<\br> GOTO : ChooseNewPhrase<\br><\br><\br>### Wait for Gamon/Emergency/Neon activiation alert phrase<\br><\br>@WaitForAlertPhrase<\br><\br>askPrompt = "Say I guess followed by a word, or I guess followed a phrase, or hint or recap or guessed words or exit"<\br>timeoutReturnLabel = WaitForAlertPhrase<\br>returnLabel = GotUserPhrase<\br>Goto : ASK<\br><\br>@GotUserPhrase<\br><\br>userInput = askReturnValue<\br>if {userInput} == "" :<\br> GOTO : ReAskGuess<\br><\br>if {userInput} STARTSWITH "hint" :<\br> GOTO : NextHint<\br><\br>if {userInput} IN "guessed words", "recap", "history" :<\br> Name Speak: Gamon, "Here are your mis guessed words: {guessedWords}"<\br> GOTO : GuessNextWord<\br><\br>if {userInput} STARTSWITH "I guess" :<\br> Python: userInputWords = userInput.split()<\br> Python: userInputWordsLen = len(userInputWords) <\br> Python: userInputWords = userInput.split()<\br><\br> if userInputWordsLen == 3 :<\br> guessedWord = userInputWords[2]<\br> if chosenPhraseWords[*] CONTAINS guessedWord :<\br> if guessedWord !IN foundWords[*] :<\br> foundWords = guessedWord<\br> else<\br> if guessedWord !IN misGuessedWords[*] :<\br> misGuessedWords = guessedWord<\br> GOTO : GuessNextWord<\br><\br> if userInputWordsLen != 9 :<\br> # wrong number of words<\br> Name Speak: Gamon,"I'm sorry {userName} I heard the wrong number of words."<\br> Name Speak: Gamon,"I heard {userInputWords}"<\br> Name Speak: Gamon,"Please try again."<\br> GOTO : GuessNextWord<\br><\br> if userInputWords[2:] != chosenPhrase<\br> Name Speak: Gamon,"I heard {userInputWords}"<\br> Name Speak: Gamon,"I'm sorry {userName} that's not the popular phrase I'm thinking of."<\br> Name Speak: Gamon,"Please try again."<\br> GOTO : GuessNextWord<\br><\br> Name Speak: Gamon, "Yay {userName} userInputWords[2:] is correct."<\br> Name Speak: Gamon,"Game Over! Thank you {userName} for playing with me"<\br> Name Speak: Gamon,"Let's play again"<\br> GOTO : ChooseNewPhrase<\br><\br><\br>### SYSTEM ALERT PHRASES<\br><\br>## Did user ask for "help" <\br>if {askReturnValue} !IN {alertsPhraseList[*]}:<\br> ## Not an emergency alert, check for secondary (in progress)<\br> if {enableNeonApps}:<\br> ## if {askReturnValue} CONTAINS {inProgressList[*]}:<\br> if {askReturnValue} STARTSWITH {inProgressList[*]}:<\br> Case: <\br> # inProgressList = "what time is it", "Remind me to", "Play", "Record this", "Send an email", "Send a text"<\br><\br> Name Speak: Gamon,"I'm sorry {userName} that is under construction."<\br> ## Not a Gamon/Alert/Neon activation phrase, listen again<\br> GOTO : WaitForAlertPhrase<\br><\br># Possible EMERGENCY<\br><\br>Name Speak: Gamon,"The Emergency Assistant heard an emergency alert. I heard {askReturnValue}"<\br>Reconvey : askReturnValue<\br>Name Speak: Gamon,"PA 6 did reconvey"<\br><\br>@PromptConfirmHelp<\br><\br>askPrompt = "Please say just kidding if this is not an emergency"<\br>returnLabel = ConfirmHelp<\br>GOTO : ASK<\br>@ConfirmHelp<\br><\br>## Did user REALLY ask for "help"? <\br>if {askReturnValue} == "":<\br> Name Speak: Gamon,"The Emergency Assistant heard nothing. I heard"<\br> Reconvey : askReturnValue<\br> Name Speak: Gamon,"PA 8 did reconvey of nothing heard"<\br><\br> ## PA heard nothing after emergency request .. if second time then this is an emergency<\br> if {heardSilence} == {True} :<\br> GOTO : Emergency<\br> heardSilence = {True}<\br> ## Increase volume and speak slowly<\br> Name Speak: Gamon,"{userName}! I need to hear from you! Is this an emergency?"<\br> GOTO : PromptConfirmHelp<\br>if {askReturnValue} CONTAINS "just kidding", "never mind", "not an emergency":<\br> Name Speak: Gamon,"The Emergency Assistant heard you say this is not an emergency. I heard"<\br> Reconvey : askReturnValue<\br> ### Name Speak: Gamon,"Did reconvey of jk"<\br><\br> ## User said jk so restart listening<\br> Name Speak: Gamon,"Please say help again if this is an emergency."<\br> Python: falseAlarmCount = {falseAlarmCount} + 1<\br> GOTO : WaitForAlertPhrase<\br><\br># EMERGENCY<\br><\br>@Emergency<\br><\br>Name Speak: Gamon,"{userName}! Needs! Help! This is an EMERGENCY"<\br><\br>Name Speak: Gamon,"The Emergency Assistant would now send an emergency alert, sound an alarm, keep engaged with the user, and send updated alerts to the caregiver."<\br><\br>Name Speak: Gamon,"Gamon test completed. Say start again to start again?"<\br>voice_input{askReturnValue}<\br>if {askReturnValue} == "start again":<\br> Name Speak: Gamon," Gamon is restarting. Thanks again."<\br> GOTO : StartUp<\br><\br>Name Speak: Gamon,"Gamon exiting. Thanks again for helping test my skills."<\br>exit<\br><\br># ========== Subroutines<\br><\br>@ASK<\br># The ASK subroutine speaks the askPrompt and waits for a response. If the response is a command to Gamon to perform an action, then the request is effected and Gamon continues waiting for a response, otherwise, the response is returned to the caller in the askReturnValue. <\br># Input parameters: askPrompt, returnLabel and timeOutReturnLabel<\br># Result parameter: askReturnValue<\br><\br>### Name Speak: Gamon,"Ask 1 Starting"<\br>if {askPrompt}:<\br> Name Speak: Gamon," {askPrompt} "<\br>### Name Speak: Gamon,"Ask 2 Starting ask subroutine"<\br>voice_input(askReturnValue)<\br>### Name Speak: Gamon,"Ask 3 got input"<\br>if {askReturnValue} IN {exitList[*]}:<\br> Name Speak: Gamon,"Say yes to confirm exiting Gamon, the Neon Word Game Assistant"<\br> voice_input(askReturnValue)<\br> if {askReturnValue} IN {yesList[*]}:<\br> Name Speak: Gamon,"Gamon , the Neon Word Game Assistant, signing off"<\br> exit<\br> else<\br> GOTO : ASK<\br>### Name Speak: Gamon,"Ask 4 not cancel command {askReturnValue}"<\br>if {askReturnValue} IN {heyList[*]}:<\br> Name Speak: Gamon," {userName}, Gamon the Word Game Assistant demo here. I'm listening all the time but I don't record everything you say. I only make recordings of calls for help or if you say emergency. "<\br># Note - Disambiguation for the pronunciations of "record": record Verb as in "I record everything you say" vs. Noun as in "Make a record of the conversation".<\br> Name Speak: Gamon,"The time is"<\br> Execute : "Neon what time is it"<\br> if {falseAlarmCount} != 0:<\br> Name Speak: Gamon,"The false alarm count is {falseAlarmCount}!"<\br> GOTO : ASK<\br>### Name Speak: Gamon,"Ask 5 About to return to {returnLabel}"<\br>GOTO: {returnLabel}<\br><\br><\br>@TIMEOUT<\br>GOTO: {timeoutReturnLabel}[/collapse] [collapsed][collapsed title=Hello World Input:] Script: "Hello World Input"<\br>Variable: input<\br>Neon speak: "Hello World. Say anything or exit"<\br>voice_input(input)<\br>Neon speak: "you said {input}"<\br>Exit[/collapse] [collapsed][collapsed title=Jody:] Script: "Jody"<\br>Language: en-au, female<\br>Variable: name<\br>Variable: more<\br>Name Speak: Jody, "Welcome to the Neongecko Intro, My name is Jody."<\br>Name Speak: Jody, "What is your name?"<\br>voice_input(name)<\br>Name Speak: Jody, "hi {name}"<\br>Name Speak: Jody, " I am knowledgeable about the weather. You can ask me questions like what is the weather in Seattle - or any world location"<\br>Name Speak: Jody, "If your microphone and speakers are enabled you can ask me questions out loud, and hear my answers, otherwise you can type your questions in the box, after this start up exits."<\br>Exit[/collapse] [collapsed][collapsed title=Language Test:] Script: Language test<\br>Language: en-us, male<\br>Neon speak: "I am an American Male"<\br>Language: female, en-au<\br>Neon speak: "Now I am Australian Female"<\br>Language: en-gb<\br>Neon speak: Now I am British in your preferred gender<\br>Exit[/collapse] [collapsed][collapsed title=Manuel:] Script: "Manuel"<\br>Language: es-MX, male<\br>Variable: name<\br>Variable: more<\br>Name Speak: Manuel, "Welcome to the Neongecko Intro, My name is Manuel."<\br>Name Speak: Manuel, "What is your name?"<\br>voice_input(name)<\br>Name Speak: Manuel, "hi {name}"<\br>Name Speak: Manuel, " I am good at Spanish. You can say things like translate strawberry to Spanish, or speak to me in Spanish" <\br>Name Speak: Manuel, "If your microphone and speakers are enabled you can ask me questions out loud, and hear my answers. Otherwise you can type your questions in the box, after this start up exits."<\br>EXIT[/collapse] [collapsed][collapsed title=Mycroft Navigator:] Script: "Mycroft Navigator"<\br># Language: en-us, female<\br>Variable: options = table_scrape(https://mycroft.ai)<\br>Variable: chosen<\br>Variable: termination_bool = done<\br>Neon speak: "Please tell me what Mycroft web page you'd like to see. You can say things like {random(options)}"<\br>LOOP WN<\br> voice_input(chosen)<\br># Neon speak: "navigating to {chosen}"<\br> if closest(chosen,options):<\br> Execute: "neon browse to {closest(chosen,options)}"<\br> else:<\br> Neon speak: "Page not found"<\br> Neon speak: "What Mycroft web page would you like to see next?"<\br>LOOP WN END<\br>Exit[/collapse] [collapsed][collapsed title=Neon Ai Android Startup:] Script: "Neon AI Android Startup"<\br>Language: en-us, female<\br>Variable: startup_skill<\br>Neon speak: "Welcome to Neon AI Scripts. Please choose a script to run when you open the app."<\br>Execute: "tell me my scripts"<\br>Neon speak: "Which one would you like?"<\br>voice_input(startup_skill)<\br>Execute: "set my startup script to {startup_skill}"<\br>Exit[/collapse] [collapsed][collapsed title=Neon Ai Navigator:] Script: "Neon AI Navigator"<\br>Variable: options = table_scrape(https://neon.ai)<\br>Neon speak: "Please tell me what Neon AI web page you'd like to see. You can say things like {random(options)} or say quit or exit."<\br>LOOP WN<\br> voice_input(chosen)<\br> # Neon speak: "navigating to {chosen}"<\br> if {chosen} == "quit":<\br> Neon speak: "say pause to turn off the mic or say exit to close the window."<\br> voice_input(chosen)<\br> if {chosen} == "pause":<\br> # execute skill to turn off mic<\br> Execute: "neon mute microphone"<\br> else:<\br> if closest(chosen,options):<\br> Execute: "neon browse to {closest(chosen,options)}"<\br> else:<\br> Neon speak: "Page not found"<\br> Neon speak: "Tell me another Neon AI web page you'd like to see or say quit."<\br>LOOP WN END<\br>Exit<\br>[/collapse] [collapsed][collapsed title=Neongecko Intro:] Script: "Neongecko Intro"<\br>Variable: name<\br>Variable: more<\br>Neon Speak: "Welcome to the Neongecko Intro, My name is Neon."<\br>Neon Speak: "What is your name?"<\br>voice_input(name)<\br>Neon Speak: "hi {name}"<\br>Neon Speak: "Welcome to Neongecko.com." <\br>Neon Speak: "Exiting the Neon Welcome Script. If your microphone and speakers are enabled you can ask me for time, weather, play music, show videos, caffeine contents, etcetera"<\br>EXIT[/collapse] [collapsed][collapsed title=Neongecko Website Demo:] Script: Neongecko Website Demo<\br>Variable: name<\br>Variable: more<\br>Neon Speak: "Welcome to the Neongecko Intro, My name is Neon."<\br>Neon Speak: "What is your name?"<\br>voice_input(name)<\br>Neon Speak: "hi {name}"<\br>Neon Speak: "Welcome to Neon gecko.com. My name is Neon, I would love to show you more about our company and our products."<\br>LOOP Q1<\br> Neon Speak: "I'll take you to the right webpage. What interests you?"<\br> Neon Speak: "For example say Android for the new Neon AI Android Communicator webpage, or more for more options" <\br> voice_input(more)<\br> Neon Speak: {more}<\br> IF "more" IN {more}:<\br> Neon Speak: "more IN {more}"<\br> Goto: say_options<\br> IF "done" == {more}:<\br> Neon Speak: "done == {more}"<\br> Goto: say_goodbye<\br> IF "more" == {more}:<\br> Neon Speak: "more == {more}"<\br> Goto: say_options<\br> IF "Android" IN {more}:<\br> Neon Speak: "Android in more"<\br> Execute: "browse to https://neongecko.com/NeonAIforAndroidPhones"<\br> IF "Nano" IN {more}:<\br> Execute: "browse to https://neongecko.com/NeonNanoforWebsiteDesigners"<\br> IF "home" IN {more}:<\br> Execute: "browse to https://neongecko.com/NeonAIforHome"<\br> IF "Education" IN {more}:<\br> Execute: "browse to "https://neongecko.com/NeonAIforEducation"<\br> IF "Work" IN {more}:<\br> Execute: "browse to https://neongecko.com/NeonAIforCorporations"<\br> IF "Chat" IN {more}:<\br> Execute: "browse to https://neongecko.com/NeonAIforAdvancedSocialMedia"<\br> IF "Developers" IN {more}:<\br> Execute: "browse to https://neongecko.com/NeonSDKDevelopers"<\br>@say_options<\br> Neon Speak: "Say Nano or Education or Work or Chat or Developers"<\br> # Neon Speak: "Nano for Neon AI Nano or AI Home for Neon AI Pcs designed for Home and Hobbyists, or more"<\br> # Neon Speak: "AI Education for information regarding Neon AI and our commitment to Education, or more"<\br> # Neon Speak: "AI Work for Neon AI Business and Corporate offerings, or more"<\br> # Neon Speak: "AI Chat for Advanced Social Media, our Neon AI enhanced chat, or more" <\br> # Neon Speak: "Developers for Neon AI Programmers, join our developer community and help create the future, or more"<\br>LOOP Q1 END<\br>@say_goodbye<\br>Neon Speak: "Goodbye"<\br>Exit[/collapse] [collapsed][collapsed title=Pat Test Andrii:] Script: "Pat Test Andrii"<\br>Language: "en-us male"<\br><\br># Help I can't get up ..<\br># Next: Execute - Remind me to take my medicine, Log patient stats and symptoms, Play Chopin, Play game, ..<\br># Secondary non-emergency options .. "I need a nurse" .. "I'm hungry" .. "I'm hungary"<\br># Next: Option to exit and test the Covid-19 screening script<\br># Email the patient assistant information and/or Pat script<\br>## Play back to the patient what they said ("You said .." is that correct?)<\br>## Send alert #1-PatientAssistanceRequest to nursing/caregiving administration with stt, recording and photo<\br>## Tell patient their caregiver has been alerted, provide cancel option<\br>## LATER: Enable interactive administrator to respond with automated and/or custom reply, with stt .. and deactivate<\br># Ask for details<\br>## Do you have a life threatening emergency?<\br>## If yes then sound alarm and send alert #2-Emergency<\br>## Do you have bleeding .. problems breathing .. weakness .. fever .. coughing .. pulse slow or racing ..<\br>## Send alert #3<\br># Later: sub-script execution and return (signal?)<\br>## LATER: Keep talking, recoding, sending alerts<\br>## I hope you can talk to me. What's your name? Tell me a few word about your situation<\br>## LATER: Enable administrator to take snapshots, turn on audio, video,<\br>## LATER: Light up Patient Assistant Device, and turn on patient room door sign<\br>### Later: Add flexible calls for help .. eg. contains emergency or help twice, I feel xyz, I'm going to xyz<\br># Later:<\br># Check if camera available and take a photo if available<\br># Execute: Neon take a photo<\br># Later:<\br># photoTime = CURRENT_TIME()<\br># email alert with photo to care administrator<\br># Later:<\br># Begin recording audio in an emergency<\br># Sending alerts with recordings to caregiver administrator on a schedule (eg every 2 minutes)<\br>## SOON .. (Next - Make Timeout wait time and time out label optional parameters for the user_input function)<\br><\br><\br># Set up wait time for patient responses<\br>Variable: timeoutReturnLabel = AnnounceVersion<\br>Timeout: 30, TIMEOUT<\br><\br># Announce version ("Testing" is displayed as text and is not spoken)<\br><\br>@AnnounceVersion<\br><\br>Name Speak: Pat, "Neon Patient Assistant Application Demonstration Version 2020 07 09 18:22 Testing"<\br><\br>Variable: True = 1<\br>Variable: False = 0<\br>Variable: exitList = "exit", "cancel", "never mind"<\br>Variable: noList<\br>Variable: yesList<\br>Variable: alertsPhraseList<\br>Variable: inProgressList<\br>Variable: heyPatList<\br>Variable: askPrompt<\br>Variable: returnLabel<\br>Variable: heardSilence<\br>Variable: falseAlarmCount<\br>Variable: askReturnValue = ""<\br>Variable: userName<\br>Variable: moreAppInfo<\br>Variable: customizeSettings<\br>Variable: customizeLanguage<\br>Variable: customizeProsody<\br>Variable: photoTime<\br>Variable: enableNeonApps<\br>Variable: emailScriptList<\br>Variable: alarmScriptList<\br>Variable: conversationTranscript = "Our conversation went like this \n"<\br>Variable: userSymptoms<\br>Variable: gatherSymptomsList<\br><\br>@StartUp<\br><\br># Initialize<\br><\br># exitList = "exit", "cancel", "never mind"<\br>noList = "no", "not now", "never mind", "nope", "n" <\br>yesList = "yes", "yup", "y"<\br><\br>alertsPhraseList = "help", "I need help", "help me", "emergency", "this is an emergency", "i need a doctor", "i need a doctor", "i need a doctor", "i need a doctor", "i need a doctor", "i need a nurse", "i need aid", "i need a caregiver", "i need assistance", "i fell", "i can't get up", "fire"<\br><\br>inProgressList = "hey pat", "pat are you there", "is anybody listening", "what time is it", "Remind me to", "Play", "Email", "Record"<\br><\br>heyPatList = "hey pat", "pat are you there", "is anybody listening", "what time is it"<\br><\br>speechGenderList = "female", "male"<\br>speechRateList = "medium", "fast", "slow"<\br>speechAccentList = "American", "British" or "Australian"<\br><\br>askPrompt = ""<\br>returnLabel = "" <\br>heardSilence = ""<\br>falseAlarmCount = 0<\br>askReturnValue = ""<\br>userName = ""<\br>moreAppInfo = ""<\br>customizeSettings = ""<\br>customizeLanguage = ""<\br>customProsody = "rate='medium'"<\br>photoTime = ""<\br>enableNeonApps = {True}<\br>emailScriptList = "send script", "email script", "send my the script", "email me the script"<\br>alarmScriptList = "alarm", "alarms", "remind", "reminder", "reminders", "timer", "timers", "time is left", "quiet", "go to sleep", "wake up", "snooze", "stop"<\br>gatherSymptomsList = "headache", "pain", "feel bad", "not feel good", "don't feel good", "I think I got"<\br><\br><\br># Ask to install assistant<\br><\br>@PromptInstallAssistant<\br><\br>returnLabel = InstallAssistant<\br>timeoutReturnLabel = PromptInstallAssistant<\br>Name Speak: Pat, "Hi, I'm Pat. I'm a demonstration patient assistant from Neon AI. Thank you for helping test my conversational skills."<\br>askPrompt = "Please tell me your name, or you can say cancel to exit."<\br>Goto : ASK<\br><\br>@InstallAssistant<\br><\br>userName = {askReturnValue}<\br><\br>Name Speak: Pat, "Hi {userName}. I am glad you chose to install the Neon Patient Assistant Application."<\br><\br>## Offer additional information<\br><\br>@ReAskMoreInfo<\br><\br>Name Speak: Pat, "Before starting the Patient Assistant would you like more information on the Neon conversational patient assistance application?"<\br>timeoutReturnLabel = ReAskMoreInfo<\br>voice_input(moreAppInfo)<\br>if {moreAppInfo} IN {noList[*]}:<\br> Goto: PromptCustomize<\br><\br>Name Speak: Pat, "Hi {userName}. I'm Pat the demonstration conversational patient assistant from Neon AI. I am an artificial intelligence personal assistant. I'm augmented with Neon Gecko open source code and CPI Corp patented technology. Neon AI makes the Patient Assistant application to enable patients to alert their caregivers to emergencies and other needs, and to get simple information. As your automated patient assistant I listen for calls for help and send alerts to the patient care administrator. For example, you can say help, or I fell. Another thing you can say is what time is it .. In the future you will be able to play your favorite music, turn the lights on or off, and even ask to send a text message .. And if you don't want to call me Pat, someday you will be able to change my name."<\br><\br># Customize<\br><\br>@PromptCustomize<\br><\br>## Offer customization of settings for administrator, voice and system settings<\br>## Set up PA voice: name, gender, accent, pitch, speed, [Later: language, diction, empathy]<\br>## Set up system settings: timeoutSeconds (wait time for user input)<\br>## Set up administrator (password, email, name, phone, [Later: staff names, secondary contacts] ..)<\br>## Set up nurse (password, email, name, phone, [Later: staff names, secondary contacts] ..)<\br><\br>customLanguage = ""<\br>enableNeonApps = {True}<\br><\br>Name Speak: Pat, "Would you like to customize the Patient Assistant settings to disable non-emergency Neon AI patient applications, or to change my voice?"<\br># Name Speak: Pat, "Would you like to customize the Patient Assistant settings for administrator, voice and PAT system settings?"<\br><\br>timeoutReturnLabel = PromptCustomize<\br>voice_input(customizeSettings)<\br>if {customizeSettings} !IN {yesList[*]}:<\br> Goto: BeginAssistant<\br><\br>Name Speak: Pat, "Hi {userName}. You can customize the voice for the Neon demonstration conversational patient assistant. You can say no change, or say female, male, normal, fast, slow, American, British or Australian. In the future you will be able to set up information for the administrator, staff members and the patient, and change my name and other PAT system settings."<\br><\br>@ReAskCustomize<\br><\br># Name Speak: Pat, "Would you like to change the voice of the Neon conversational patient assistance application?"<\br><\br>timeoutReturnLabel = ReAskCustomize<\br>voice_input(customizeSettings)<\br>if {customizeSettings} == "":<\br> Goto: PromptCustomize<\br>if {customizeSettings} CONTAINS "no change":<\br> Goto: BeginAssistant<\br>if {customizeSettings} IN {noList[*]}:<\br> Goto: BeginAssistant<\br><\br># Variable: britWords = british, gb, uk<\br>if {customizeSettings} CONTAINS british, gb, uk:<\br> customLanguage = "'en-GB'"<\br>else<\br> if {customizeSettings} CONTAINS "Australian, AU, aussie":<\br> customLanguage = "en-AU"<\br> else<\br> customLanguage = "en-us"<\br><\br>if {customizeSettings} CONTAINS "female":<\br> customLanguage = "{customLanguage} female"<\br>else<\br> customLanguage = "{customLanguage} male"<\br><\br>Language: {customLanguage}<\br><\br>if {customizeSettings} CONTAINS "fast":<\br> customProsody = "rate='fast'"<\br>else<\br> if {customizeSettings} CONTAINS "slow":<\br> customProsody = "rate='slow'"<\br> else<\br> customProsody = "rate='medium'"<\br><\br># Later: Provide example of new Language/Prosody and offer reset<\br><\br># Later: Make settings into a case statement and error check: <\br># split_words(wordList, customizeSettings) <\br># customSettingCount = length({wordList})<\br># wordListIndex = 0<\br># LOOP<\br># Case<\br># LOOP END<\br><\br>@ReAskApps<\br><\br>Name Speak: Pat, "Would you like to enable more Neon patient assistance applications including playing music, playing games, reminders for medicine, hydration, meals and sleep, requests to record symptoms or other stats, and to request general information or assistance with math?"<\br><\br>timeoutReturnLabel = ReAskApps<\br>voice_input(customizeSettings)<\br>if {customizeSettings} == "":<\br> Goto: ReAskApps<\br><\br>if {customizeSettings} IN {noList[*]}:<\br> enableNeonApps = {False}<\br> Goto: BeginAssistant<\br><\br>@BeginAssistant<\br><\br>timeoutReturnLabel = WaitForAlertPhrase<\br>Name Speak: Pat, " Your demonstration patient assistant has signed in. If you want to know if I am listening, you can say, hey Pat, or, Pat are you there. "<\br><\br># Wait for alert<\br><\br>@WaitForAlertPhrase<\br><\br>askPrompt = ""<\br>returnLabel = GotPatientPhrase<\br>### Name Speak: Pat, "PA 1 pre ask"<\br>Goto : ASK<\br><\br>@GotPatientPhrase<\br><\br># Saving conversation<\br><\br>conversationTranscript = "{conversationTranscript}, Prompt {askPrompt} Reply {askReturnValue}\n"<\br><\br>## Did patient ask for "help"<\br>if {askReturnValue} !IN {alertsPhraseList[*]}:<\br> ## Not an emergency alert, check for secondary (in progress)<\br> #if {enableNeonApps}:<\br> ## if {askReturnValue} CONTAINS {inProgressList[*]}:<\br> #if {askReturnValue} STARTSWITH {inProgressList[*]}:<\br> #Case:<\br> #Name Speak: Pat, "I'm sorry {userName} that is under construction."<\br> # inProgressList = "hey pat", "pat are you there", "is anybody listening", "what time is it", "Remind me to", "Play", "Email", "Record"<\br><\br> if {askReturnValue} CONTAINS {gatherSymptomsList}:<\br> Name Speak: Pat, "Gathering Symptoms"<\br> returnLabel = AskingSymptoms<\br> askPrompt = "Please describe me your symptoms"<\br> Goto : ASK<\br> @AskingSymptoms<\br> userSymptoms = "{userSymptoms}, {askReturnValue}"<\br> Name Speak: Pat, "I heard you say {userSymptoms}"<\br> # Reconvey: {userSymptoms}<\br> Name Speak: Pat, "Thank you. I am sending these symptoms to your caregiver."<\br> conversationTranscript = "{conversationTranscript}, Prompt {askPrompt} Reply {askReturnValue}\n"<\br> returnLabel = GotPatientPhrase<\br> askPrompt = ""<\br> # Email: "{userName} has Symptoms", userSymptoms<\br><\br> # testing how transcript works<\br> if {askReturnValue} == "transcript":<\br> Name Speak: Pat, "{conversationTranscript}"<\br><\br> # Email the transcript of the conversation<\br> # TODO Think about how to limit the number of phrases sent<\br> if {askReturnValue} CONTAINS {emailScriptList[*]}:<\br> Name Speak: Pat, "About to send you the transcript of our conversation"<\br> Email: "Conversation Transcript", conversationTranscript<\br> # Set an alarm delegating execution to the alert.neon skill<\br> # TODO: Checkout the alerts __init__ for handle_snooze alerts error<\br> if {askReturnValue} CONTAINS {alarmScriptList}:<\br> Name Speak: Pat, "I heard you want to set up an alarm"<\br> Execute: {askReturnValue}<\br> ### Later: Add flexible calls for help .. eg. contains emergency or help twice, I feel xyz, I'm going to xyz<\br> ### Name Speak: Pat, "Not alert, listen again"<\br> Goto: WaitForAlertPhrase<\br><\br># Possible EMERGENCY<\br><\br>Name Speak: Pat, "Pat the Patient Assistant heard an emergency alert. I heard {askReturnValue}"<\br>Reconvey : askReturnValue<\br>Name Speak: Pat, "PA 6 did reconvey"<\br><\br>@PromptConfirmHelp<\br><\br>askPrompt = "Please say just kidding if this is not an emergency"<\br>returnLabel = ConfirmHelp<\br>Goto : ASK<\br>@ConfirmHelp<\br><\br>## Did patient REALLY ask for "help"? <\br>if {askReturnValue} == "":<\br> Name Speak: Pat, "Pat the Patient Assistant heard nothing. I heard"<\br> Reconvey : askReturnValue<\br> Name Speak: Pat, "PA 8 did reconvey of nothing heard"<\br><\br> ## PA heard nothing after emergency request .. if second time then this is an emergency<\br> if {heardSilence} == {True} :<\br> Goto: Emergency<\br> heardSilence = {True}<\br> ## Increase volume and speak slowly<\br> Name Speak: Pat, "{userName}! I need to hear from you! Is this an emergency?"<\br> Goto: PromptConfirmHelp<\br>if {askReturnValue} CONTAINS "just kidding", "never mind","not an emergency":<\br> Name Speak: Pat, "Pat the Patient Assistant heard you say this is not an emergency. I heard"<\br> Reconvey : askReturnValue<\br> ### Name Speak: Pat, "Did reconvey of jk"<\br><\br> ## Patient said jk so restart listening<\br> Name Speak: Pat, "Please say help again if this is an emergency."<\br> Python: falseAlarmCount = {falseAlarmCount} + 1<\br> Goto: WaitForAlertPhrase<\br><\br># EMERGENCY<\br><\br>@Emergency<\br><\br>Name Speak: Pat, "{userName}! Needs! Help! This is an EMERGENCY"<\br><\br>Name Speak: Pat, "Pat the Patient Assistant would now send an emergency alert, sound an alarm, keep engaged with the patient, and send updated alerts to the caregiver."<\br><\br>Name Speak: Pat, "Pat test completed. Say start again to start again?"<\br>voice_input(askReturnValue)<\br>if {askReturnValue} == "start again":<\br> Name Speak: Pat, "Pat is restarting. Thanks again."<\br> Goto: StartUp<\br><\br>Name Speak: Pat, "Pat exiting. Thanks again for helping test my skills."<\br>exit<\br><\br># ========== Subroutines<\br><\br>@ASK<\br># The ASK subroutine speaks the askPrompt and waits for a response. If the response is a command to Pat to perform an action, then the request is effected and Pat continues waiting for a response, otherwise, the response is returned to the caller in the askReturnValue. <\br># Input parameters: askPrompt, returnLabel and timeOutReturnLabel<\br># Result parameter: askReturnValue<\br><\br>### Name Speak: Pat, "Ask 1 Starting"<\br>if {askPrompt}:<\br> Name Speak: Pat, " {askPrompt} "<\br>### Name Speak: Pat, "Ask 2 Starting ask subroutine"<\br>voice_input(askReturnValue)<\br>### Name Speak: Pat, "Ask 3 got input"<\br>if {askReturnValue} IN {exitList[*]}:<\br> Name Speak: Pat, "Say yes to confirm exiting Pat, the Neon AI Patient Assistant"<\br> voice_input(askReturnValue)<\br> if {askReturnValue} IN {yesList[*]}:<\br> Name Speak: Pat, "Pat, the Neon AI Patient Assistant, signing off"<\br> exit<\br> else<\br> goto: ASK<\br>### Name Speak: Pat, "Ask 4 not cancel command {askReturnValue}"<\br>if {askReturnValue} IN {heyPatList[*]}:<\br> Name Speak: Pat, " {userName}, Pat the AI Patient Assistant demo here. I'm listening all the time but I don't record everything you say. I only make recordings of calls for help or in an emergency. "<\br># Note - Disambiguation for the pronunciations of "record": record Verb as in "I record everything you say" vs. Noun as in "Make a record of the conversation".<\br> Name Speak: Pat, "The time is"<\br> Execute : "Neon what time is it"<\br> if {falseAlarmCount} != 0:<\br> Name Speak: Pat, "The false alarm count is {falseAlarmCount}!"<\br> goto : ASK<\br>### Name Speak: Pat, "Ask 5 About to return to {returnLabel}"<\br>Goto: {returnLabel}<\br><\br><\br>@TIMEOUT<\br>Goto: {timeoutReturnLabel}<\br><\br>[/collapse] [collapsed][collapsed title=Patient Assistant:] Script: "Patient Assistant"<\br>Language: en-us, male<\br><\br># Set up wait time for patient responses<\br>Variable: timeoutReturnLabel = AnnounceVersion<\br>Timeout: 30, TIMEOUT<\br><\br># Announce version ("Testing" is displayed as text and is not spoken)<\br><\br>@AnnounceVersion<\br><\br>Name Speak: Pat, "Neon Patient Assistant Application Demonstration Version 2020 07 07 18:00 Testing"<\br><\br>Variable: exitList = "exit", "cancel", "never mind"<\br>Variable: noList<\br>Variable: yesList<\br>Variable: alertsPhraseList<\br>Variable: heyPatList<\br>Variable: askPrompt<\br>Variable: returnLabel<\br>Variable: heardSilence<\br>Variable: falseAlarmCount<\br>Variable: askReturnValue<\br>Variable: userName<\br>Variable: moreAppInfo<\br>Variable: customizeSettings<\br>Variable: customizeLanguage<\br>Variable: customizeProsody<\br>Variable: photoTime<\br><\br>@StartUp<\br><\br># Initialize<\br><\br># exitList = "exit", "cancel", "never mind"<\br>noList = "no", "not now", "never mind", "nope", "n" <\br>yesList = "yes", "yup", "y"<\br>alertsPhraseList = "help", "I need help", "help me", "emergency", "this is an emergency", "i need a doctor", "i need a doctor", "i need a doctor", "i need a doctor", "i need a doctor", "i need a nurse", "i need aid", "i need a caregiver", "i need assistance", "i fell", "i can't get up", "fire"<\br>heyPatList = "hey pat", "pat are you there", "is anybody listening", "what time is it"<\br>speechGenderList = "female", "male"<\br>speechRateList = "medium", "fast", "slow"<\br>speechAccentList = "American", "British" or "Australian"<\br>#askPrompt<\br>#returnLabel<\br>#heardSilence<\br>falseAlarmCount = 0<\br>#askReturnValue<\br>#userName<\br>#moreAppInfo<\br>#customizeSettings<\br>#customizeLanguage<\br>customProsody = "rate='medium'"<\br>#photoTime<\br><\br># Ask to install assistant<\br><\br>@PromptInstallAssistant<\br><\br>returnLabel = InstallAssistant<\br>timeoutReturnLabel = PromptInstallAssistant<\br>Name Speak: Pat, "Hi, I'm Pat. I'm a demonstration patient assistant from Neon AI. Thank you for helping test my conversational skills."<\br>askPrompt = "Please tell me your name, or you can say cancel to exit."<\br>Goto : ASK<\br><\br>@InstallAssistant<\br><\br>userName = {askReturnValue}<\br><\br>Name Speak : Pat, "Hi {userName}. I am glad you chose to install the Neon Patient Assistant Application."<\br><\br>## Offer additional information<\br><\br>@ReAskMoreInfo<\br><\br>Name Speak: Pat, "Before starting the Patient Assistant, would you like more information on the Neon conversational patient assistance application?"<\br>timeoutReturnLabel = ReAskMoreInfo<\br>voice_input(moreAppInfo)<\br>if {moreAppInfo} IN {noList[*]}:<\br> Goto: PromptCustomize<\br><\br>Name Speak: Pat, "Hi {userName}. I'm Pat the demonstration conversational patient assistant from Neon AI. I am an artificial intelligence personal assistant, I'm augmented with Neon Gecko open source code and CPI Corp patented technology. Neon AI makes the Patient Assistant application to enable patients to alert their caregivers to emergencies and other needs, and to get simple information. As your automated patient assistant I listen for calls for help and send alerts to the patient care administrator. For example, you can say help, or I fell. Another thing you can say is what time is it .. In the future you will be able to play your favorite music, turn the lights on or off, and even ask to send a text message .. And if you don't want to call me Pat, someday you will be able to change my name."<\br><\br># Customize<\br><\br>@PromptCustomize<\br><\br>## Offer customization of settings for administrator, voice and system settings<\br>## Set up PA voice: name, gender, accent, pitch, speed, [Later: language, diction, empathy]<\br>## Set up system settings: timeoutSeconds (wait time for user input)<\br>## Set up administrator (password, email, name, phone, [Later: staff names, secondary contacts] ..)<\br>## Set up nurse (password, email, name, phone, [Later: staff names, secondary contacts] ..)<\br><\br>Name Speak: Pat, "Would you like to customize the Patient Assistant settings for my voice?"<\br># Name Speak: Pat, "Would you like to customize the Patient Assistant settings for administrator, voice and PAT system settings?"<\br><\br>timeoutReturnLabel = PromptCustomize<\br>voice_input(customizeSettings)<\br>if {customizeSettings} !IN {yesList[*]}:<\br> Goto: BeginAssistant<\br><\br>Name Speak: Pat, "Hi {userName}. You can customize the voice for the Neon demonstration conversational patient assistant. You can say no change, or say female, male, normal, fast, slow, American, British or Australian. In the future you will be able to set up information for the administrator, staff members and the patient, and change my name and other PAT system settings."<\br><\br>@ReAskCustomize<\br><\br># Name Speak: Pat, "Would you like to change the voice of the Neon conversational patient assistance application?"<\br><\br>timeoutReturnLabel = ReAskCustomize<\br>voice_input(customizeSettings)<\br>if {customizeSettings} == "":<\br> Goto: PromptCustomize<\br>if {customizeSettings} CONTAINS "no change":<\br> Goto: BeginAssistant<\br>if {customizeSettings} IN {noList[*]}:<\br> Goto: BeginAssistant<\br><\br>customLanguage = ""<\br><\br># Variable: britWords = british, gb, uk<\br>#if {customizeSettings} CONTAINS "British":<\br>if {customizeSettings} CONTAINS british, gb, uk:<\br> customLanguage = "'en-GB'"<\br>else<\br> if {customizeSettings} CONTAINS "Australian, AU, aussie":<\br> customLanguage = "en-AU"<\br> else<\br> customLanguage = "en-us"<\br><\br>if {customizeSettings} CONTAINS "female":<\br> customLanguage = "{customLanguage} female"<\br>else<\br> customLanguage = "{customLanguage} male"<\br><\br>Language: {customLanguage}<\br><\br>if {customizeSettings} CONTAINS "fast":<\br> customProsody = "rate='fast'"<\br>else<\br> if {customizeSettings} CONTAINS "slow":<\br> customProsody = "rate='slow'"<\br> else<\br> customProsody = "rate='medium'"<\br><\br># Later: Provide example of new Language/Prosody and offer reset<\br><\br># Later: Make settings into a case statement and error check: <\br># split_words(wordList, customizeSettings) <\br># customSettingCount = length({wordList})<\br># wordListIndex = 0<\br># LOOP<\br># Case<\br># LOOP END<\br><\br>@BeginAssistant<\br>timeoutReturnLabel = WaitForAlertPhrase<\br>Name Speak: Pat, " Your demonstration patient assistant has signed in. You can say, hey Pat, or, Pat are you there, if you want to know if I am listening. "<\br><\br># Wait for alert<\br><\br>@WaitForAlertPhrase<\br><\br>askPrompt = ""<\br>returnLabel = GotPatientPhrase<\br>### Name Speak: Pat, "PA 1 pre ask"<\br>Goto : ASK<\br><\br>@GotPatientPhrase<\br>## Did patient ask for "help" <\br>if {askReturnValue} !IN {alertsPhraseList[*]}:<\br> ### Name Speak: Pat, "PA 4 not an alert, listen again"<\br> Goto: WaitForAlertPhrase<\br><\br># Possible EMERGENCY<\br><\br>Name Speak: Pat, "PA 5 got alert, about to reconvey {askReturnValue}"<\br>Reconvey : askReturnValue<\br>Name Speak: Pat, "PA 6 did reconvey"<\br><\br>@PromptConfirmHelp<\br><\br>askPrompt = "Please say just kidding if this is not an emergency"<\br>returnLabel = ConfirmHelp<\br>### Name Speak: Pat, "PA 7 about to ask to cancel help request"<\br>Goto : ASK<\br>@ConfirmHelp<\br><\br>### Name Speak: Pat, "PA 8 check for jk"<\br>## Did patient REALLY ask for "help"? <\br>if {askReturnValue} == "":<\br> Name Speak: Pat, "Pat the Patient Assistant heard nothing."<\br> Name Speak: Pat, "PA 7 got alert, about to reconvey of heard nothing {askReturnValue}"<\br> Reconvey : askReturnValue<\br> Name Speak: Pat, "PA 8 did reconvey of nothing?"<\br> ## PA heard nothing after emergency request .. if second time then this is an emergency<\br> if {heardSilence} == "TRUE":<\br> Goto: Emergency<\br> heardSilence = "TRUE"<\br> ## LATER: Increase volume, speak slower<\br> Name Speak: Pat, "{userName}! I need to hear from you! Is this an emergency?"<\br> Goto: PromptConfirmHelp<\br>if {askReturnValue} CONTAINS "just kidding", "never mind","not an emergency":<\br> Name Speak: Pat, "Pat the Patient Assistant heard you say this is not an emergency."<\br> Reconvey : askReturnValue<\br> Name Speak: Pat, "Please say help again if this is an emergency."<\br> ### Name Speak: Pat, "PA 9 jk so restart listening"<\br> Python: falseAlarmCount = {falseAlarmCount} + 1<\br> Goto: WaitForAlertPhrase<\br><\br># EMERGENCY<\br><\br>@Emergency<\br><\br>Name Speak: Pat, "This is an EMERGENCY"<\br><\br>Name Speak: Pat, "Pat the Patient Assistant would now send an emergency alert, keep engaged with the patient, and send updated alerts to the caregiver."<\br><\br>Name Speak: Pat, "Pat test completed. Say start again to start again?"<\br>voice_input(askReturnValue)<\br>### Name Speak: Pat, "PA 10 check for restart request"<\br>if {askReturnValue} == "start again":<\br> ### Name Speak: Pat, "PA 10 restarting"<\br> Goto: StartUp<\br><\br>Name Speak: Pat, "Pat exiting"<\br>exit<\br><\br># ========== Subroutines<\br><\br>@ASK<\br># The ASK subroutine speaks the askPrompt and waits for a response. If the response is a command to Pat to perform an action, then the request is effected and Pat continues waiting for a response, otherwise, the response is returned to the caller in the askReturnValue. <\br># Input parameters: askPrompt, returnLabel and timeOutReturnLabel<\br># Result parameter: askReturnValue<\br><\br>### Name Speak: Pat, "Ask 1 Starting"<\br>if {askPrompt}:<\br> Name Speak: Pat, " {askPrompt} "<\br>### Name Speak: Pat, "Ask 2 Starting ask subroutine"<\br>voice_input(askReturnValue)<\br>### Name Speak: Pat, "Ask 3 got input"<\br>if {askReturnValue} IN {exitList[*]}:<\br> Name Speak: Pat, "Say yes to confirm exiting Pat, the Neon AI Patient Assistant"<\br> voice_input(askReturnValue)<\br> if {askReturnValue} IN {yesList[*]}:<\br> Name Speak: Pat, "Pat, the Neon AI Patient Assistant, signing off"<\br> exit<\br> else<\br> goto: ASK<\br>### Name Speak: Pat, "Ask 4 not cancel command {askReturnValue}"<\br>if {askReturnValue} IN {heyPatList[*]}:<\br> Name Speak: Pat, " {userName}, Pat the AI Patient Assistant demo here. I'm listening all the time but I don't record everything you say. I only make recordings of calls for help or in an emergency. "<\br># Note - Disambiguation for the pronunciations of "record": record Verb as in "I record everything you say" vs. Noun as in "Make a record of the conversation".<\br> Name Speak: Pat, "The time is"<\br> Execute : "Neon what time is it"<\br> if {falseAlarmCount} != 0:<\br> Name Speak: Pat, "The false alarm count is {falseAlarmCount}!"<\br> goto : ASK<\br>### Name Speak: Pat, "Ask 5 About to return to {returnLabel}"<\br>Goto: {returnLabel}<\br><\br><\br>@TIMEOUT<\br>Goto: {timeoutReturnLabel}<\br>[/collapse] [collapsed][collapsed title=Subroutine Test:] # Subroutine Test<\br><\br>Script: "Subroutine Test"<\br><\br>Name Speak : Patty, "Version 20200624 18:33 Subroutine Test"<\br><\br>## Initialize<\br><\br>Variable: exitList = "Patty exit", "Patty cancel", "never mind"<\br>Variable: noList = "no", "not now", "never mind", "nope", "n"<\br>Variable: yesList = "yes", "yup", "y"<\br>Variable: alertsPhraseList = "help", "I need help", "help me", "emergency", "this is an emergency", "I need a doctor", "I need a doctor", "I need a doctor", "I need a doctor", "I need a doctor", "I need a nurse", "I need aid", "I need a caregiver", "I need assistance", "I fell", "I can't get up"<\br>Variable: heyPattyList = "hey Patty", "Patty are you there"<\br><\br>Variable: askPrompt<\br>Variable: returnLabel = InstallAssistant<\br>Variable: askInput = "Hi, I'm Patty. Say your name, or cancel."<\br><\br>Goto : ASK<\br><\br>@InstallAssistant<\br><\br>userName = askInput<\br>Name Speak: Patty, "Hi {userName}. I am glad you chose to test subroutines."<\br>Name Speak: Patty, "Patty Exiting"<\br>exit<\br><\br>##<\br><\br>@ASK<\br>if {askPrompt} != ""<\br> Name Speak : Patty, "{askPrompt}"<\br>voice_input(askInput)<\br>if {askInput} IN {exitList[*]}:<\br> Name Speak : Patty, "Say yes to confirm exiting Patty"<\br> voice_input(askInput)<\br> if {askInput} IN {yesList[*]}:<\br> Name Speak : Patty, "Patty, signing off"<\br> exit<\br> else<\br> goto : ASK<\br>if {askInput} IN {heyPattyList[*]}:<\br> Name Speak : Patty, "Patty, the Neon AI Patient Assistant, is listening"<\br> goto : ASK<\br>Name Speak : Patty, "About to return to {returnLabel}"<\br>Goto: {returnLabel}<\br><\br>[/collapse] [collapsed][collapsed title=Table Scrape Demo:] Script: "Table Scrape Demo"<\br># TODO: This function has changed<\br>Variable: options = table_scrape(https://www.neongecko.com/demos)<\br>Variable: chosen<\br>Neon speak:<\br> "Please tell me what kind of help video you would like to see. You can say things like random(options)"<\br>voice_input(chosen)<\br>Neon speak:<\br> "Okay"<\br>Execute: "av play closest(chosen,options)"<\br>Exit<\br>[/collapse] [collapsed][collapsed title=Test Email:] Script: Test Email<\br>Variable: body = "Test email body\nnewline"<\br>Neon speak: "sending email"<\br>Email: "My Email Title", body<\br>Exit[/collapse] [collapsed][collapsed title=Test Neon Demo:] Script: "Test Neon Demo"<\br>Variable: test_set<\br>Neon speak:<\br> "Please select your test preference. You can choose from the following demos: 'personal' for profile setup"<\br> "'language' for translation,"<\br> "'standard',"<\br> "'clapper or clap',"<\br> "'av or music',"<\br> "'picture or record',"<\br> "'caffeine',"<\br> "'email',"<\br> "'coupons',"<\br> "'summary',"<\br> "'clear',"<\br> "'alarm or timer',"<\br> "'wakewords or wake words',"<\br> "'dialog', or "<\br> "'control' group tests."<\br>voice_input(test_set)<\br>Case: {test_set}<\br> "personal"<\br> Execute:<\br> "neon my name is Joshua Test"<\br> "neon my name is John Jacob Jingleheimer Smith"<\br> "neon tell me my first name"<\br> "neon tell me my last name"<\br> "neon tell me my full name"<\br> "neon my email address is josh@neongecko.com"<\br> "language"<\br> Execute:<\br> "neon translate cherry to russian"<\br> "neon tell me my language setting"<\br> "neon speak to me in english"<\br> "neon speak to me in Russian and French"<\br> "neon speak to me in english"<\br> "standard"<\br> Execute: "neon say hello world"<\br> Execute: "what is the time"<\br> Execute: "what is today's date"<\br> Execute: "what time is it in paris"<\br> Execute: "what is the weather in seattle"<\br> Execute: "neon spell microphone"<\br> Execute: "what is 25 times 71"<\br> Execute: "what is the derivative of x squared"<\br> Execute: "what is the share price for ibm"<\br> Execute: "tell me a joke"<\br> Execute: "tell me about linux"<\br> Execute: "send me the source for that"<\br> Execute: "where are you"<\br> Execute: "who are you"<\br> Execute: "my location is Seattle, WA"<\br> Execute: "what is my ip address"<\br> "clapper or clap"<\br> Execute: "Set up clapper process"<\br> Execute: "Quit clapper process"<\br> Execute: "Deny clapper process by default"<\br> Execute: "Enable clapper process by default"<\br> "av or music"<\br> Execute: "neon av play Relaxing jazz radio"<\br> Execute: "neon av play Sleepy blues piano radio"<\br> Execute: "pause"<\br> Execute: "resume"<\br> Execute: "stop"<\br> Execute: "avplay american folk guitar radio"<\br> Execute: "increase volume"<\br> Execute: "decrease volume"<\br> Execute: "mute volume"<\br> Execute: "unmute volume"<\br> Execute: "what is the volume"<\br> Execute: "neon play the latest news"<\br> "picture or record"<\br> Execute: "take a picture"<\br> Execute: "show me my last picture"<\br> Execute: "take a 3-second video"<\br> Execute: "show me my last video"<\br> Execute: "neon record 3 seconds"<\br> Execute: "playback my last recording"<\br> "caffeine"<\br> Execute: "how much caffeine is in sprite"<\br> Execute: "how about j street coffee"<\br> Execute: "how much caffeine is in a cherry coke"<\br> "email"<\br> Execute: "email me my transcripts"<\br> "coupons"<\br> Execute: "neon update my brands"<\br> Execute: "i like google"<\br> Execute: "tell me coupons for microsoft"<\br> Execute: "i like neon"<\br> Execute: "tell me my likes"<\br> Execute: "i do not like alpha"<\br> Execute: "tell me my dislikes"<\br> Execute: "tell me my coupons"<\br> Execute: "email me my coupons"<\br> "summary"<\br> Execute: "neon talk to me in Russian"<\br> Execute: "what time is it in Moscow"<\br> Execute: "what is the weather in Moscow"<\br> Execute: "tell me about electricity"<\br> Execute: "what is 625 divided by 25"<\br> Execute: "tell me my likes"<\br> Execute: "how many inches are in a mile"<\br> Execute: "translate cherry to French"<\br> Execute: "how much caffeine is in pepsi"<\br> Execute: "talk to me in English"<\br> Execute: "change units/measuring system"<\br> "clear"<\br> Execute: "I want to clear my user brands"<\br> Execute: "I want to clear my user likes"<\br> Execute: "clear all of my user data"<\br> "alarm or timer"<\br> Execute: "neon set an alarm for 6:30 pm"<\br> Execute: "neon remind me to go home at 7 pm"<\br> Execute: "neon set a 2 minute timer"<\br> Execute: "neon how much time is left"<\br> Execute: "neon clear all reminders"<\br> Execute: "cancel all alarms"<\br> Execute: "cancel all timers"<\br> "wakewords or wake words"<\br> Execute: "require wakewords"<\br> Execute: "begin skipping wake words"<\br> Execute: "i am not alone"<\br> Execute: "neon i am alone"<\br> "dialog"<\br> Execute: "switch to primary dialogue mode"<\br> Execute: "how are you?"<\br> Execute: "switch to random dialogue mode"<\br> Execute: "how are you?"<\br> "control"<\br> Execute: "create a support ticket"<\br> Execute: "i want [you] to exit"<\br> Execute: " i want [you] to shutdown"<\br> Execute: "what is my current software version"<\br><\br>Exit[/collapse] [collapsed][collapsed title=Test Ssml:] Script: "Test SSML"<\br><\br>Variable: input<\br>Neon Speak: "Hi. I can put a break in my speech, or I can emphasize a word."<\br>Neon Speak: I know that W3C is W3C<\br>Neon Speak: "I can be loud, or I can be quiet."<\br>Neon Speak: "I can talk very quickly, or a little faster, or talk slowly, or talk much slower"<\br>Neon Speak: "I can make my voice much higher, or just a little higher, or lower, "or much lower"<\br>Neon Speak: "I can speak 2/7 as 2/7, or 2/7"<\br>Neon Speak: "I can spell out words and a 3 digit number words and 321."<\br>Name Speak: Nobody, "Or I can speak as someone else."<\br>Name Speak: Fast Famale, "I can be loud, fast, and high"<\br>Name Speak: Slow Male, "I can be quiet, slow, and deep"<\br><\br>Exit[/collapse] [collapsed][collapsed title=Test Upload:] Script: Test Upload<\br>Author: Daniel McKnight <\br>Description: This is only a test<\br># Comment line <\br><\br># Above was a newline <\br>Exit[/collapse] [collapsed][collapsed title=User Register Demo:] Script: "User Register Demo"<\br>Variable: full_name<\br>Variable: first_name<\br>Variable: last_name<\br>Variable: selection<\br>Neon speak:<\br> "Hello human. My full name is Neon Gecko Inc. Please call me Neon. Lets get started."<\br>LOOP get_name<\br>Neon speak: "Please tell me your full name or say exit"<\br> voice_input(full_name)<\br> Execute: "neon my name is {full_name}"<\br> Neon speak: "Thank you."<\br> Python: time.sleep(5)<\br> Execute: "neon tell me my first name"<\br> Execute: "neon tell me my last name"<\br> LOOP change_name<\br> Neon speak: "Is that correct? Say yes, no, change first name, change last name or exit"<\br> voice_input(selection)<\br> Case: {selection}<\br> "yes"<\br> Neon speak: "Okay"<\br> Execute: "exit"<\br> "no"<\br> Neon speak: "Sorry. Please say name to try again"<\br> LOOP get_name END<\br> "change first name"<\br> Neon speak: "Tell me your first name or say exit"<\br> voice_input(first_name)<\br> Execute: "neon my first name is {first_name}"<\br> Execute: "neon tell me my first name"<\br> LOOP change_name END<\br> "change last name"<\br> Neon speak: "Tell me your last name or say exit"<\br> voice_input(last_name)<\br> Execute: "neon my last name is {last_name}"<\br> Execute: "neon tell me my last name"<\br> LOOP change_name END<\br>Exit[/collapse] [collapsed][collapsed title=Variable Demo:] Script: "Variable Demo"<\br>Language: en-au, female<\br>Variable: location<\br>Variable: info_type = time, weather, population<\br>Neon speak:<\br> "Say select_one(info_type) for world info"<\br>voice_input(info_type)<\br>Neon speak:<\br> "What location would you like?"<\br>voice_input(location)<\br>Execute: "What is the {info_type} in {location}"<\br>Exit<\br>[/collapse] [collapsed][collapsed title=Weather Time Population Goto:] Script: "Weather Time Population Goto"<\br>Language: en-au, female<\br>Synonym: "Demo WTP Goto"<\br>Variable: response<\br>Neon speak:<\br> "Say 1 or World Times for world times"<\br> "Say 2 or World Weather for world weather"<\br> "Say 3 or World Populations for world populations"<\br>voice_input(response)<\br>Case (response):<\br> "1 or World Times"<\br> Neon speak:<\br> "Say A or Athens for Athens's time"<\br> "Say B or Bombay for Bombay's time"<\br> "Say S or Seattle for Seattle's time"<\br> voice_input(response)<\br> Case (response):<\br> "A or Athens"<\br> Execute: "What time is it in Athens"<\br> Goto: athens_weather<\br> "B or Bombay"<\br> Execute: "What time is it in Bombay"<\br> "S or Seattle"<\br> Execute: "What time is it in Seattle"<\br> "2 or World Weather"<\br> Neon speak:<\br> "Say A or Athens for the weather in Athens"<\br> "Say B or Bombay for the weather in Bombay"<\br> "Say S or Seattle for the weather in Seattle"<\br> voice_input(response)<\br> Case (response):<\br> "A or Athens"<\br> @athens_weather<\br> Execute: "What is the weather in Athens"<\br> Goto: 48<\br> "B or Bombay"<\br> Execute: "What is the weather in Bombay"<\br> "S or Seattle"<\br> Execute: "What is the weather in Seattle"<\br> "3 or World Populations"<\br> Neon speak:<\br> "Say A or Athens for Athens's population"<\br> "Say B or Bombay for Bombay's population"<\br> "Say S or Seattle for Seattle's population"<\br> voice_input(response)<\br> Case (response):<\br> "A or Athens"<\br> Execute: "What is the population of Athens"<\br> "B or Bombay"<\br> Execute: "What is the population of Bombay"<\br> "S or Seattle"<\br> Execute: "What is the population of Seattle"<\br>Exit[/collapse] [collapsed][collapsed title=Website Navigator:] Script: "Website Navigator"<\br># Synonym: "demo website navigator"<\br># Synonym: "website navigator demo"<\br># Language: "English American Female"<\br>Variable: options = table_scrape(https://neongecko.com)<\br># Variable: {options}: demos: https://www.neongecko.com/demos , videos: https://www.neongecko.com/demos , nano: https://www.neongecko.com/NeonNanoforWebsiteDesigners , audible: https://www.neongecko.com/NeonAudibleAiTech , tools: https://www.neongecko.com/NeonTechnology , websites: https://www.neongecko.com/neonnano , phones: https://www.neongecko.com/NeonAndroid , devices: https://www.neongecko.com/NeonAIforHome<\br>Variable: chosen<\br># Neon speak: "Options: {options}"<\br>Neon speak: "Please tell me what Neon AI web page you'd like to see. You can say things like {random(options)} or say quit or exit."<\br>LOOP WN<\br> voice_input(chosen)<\br> # Neon speak: "navigating to {chosen}"<\br> if {chosen} == "quit":<\br> Neon speak: "say pause to turn off the mic or say exit to close the window."<\br> voice_input(chosen)<\br> if {chosen} == "pause":<\br> # execute skill to turn off mic<\br> Execute: "neon mute microphone"<\br> else:<\br> if closest(chosen,options):<\br> Execute: "neon browse to closest(chosen,options)"<\br> else:<\br> Neon speak: "Page not found"<\br> Neon speak: "Tell me another Neon AI web page you'd like to see or say quit."<\br>LOOP WN END<\br>Exit<\br>[/collapse] [collapsed][collapsed title=Website Navigator Timeout:] Script: "Website Navigator Timeout"<\br>Variable: options = table_scrape(https://neongecko.com)<\br>Variable: chosen<\br>Timeout: 10, instructions<\br>#Timeout: 10 7<\br>@instructions<\br>Neon speak: "Please tell me what Neon AI web page you'd like to see. You can say things like random{options} or say quit or exit."<\br>LOOP WN<\br> voice_input(chosen)<\br> # Neon speak: "navigating to {chosen}"<\br> if {chosen} == "quit":<\br> Neon speak: "say pause to turn off the mic or say exit to close the window."<\br> voice_input(chosen)<\br> if {chosen} == "pause":<\br> # execute skill to turn off mic<\br> Execute: "neon mute microphone"<\br> else:<\br> if closest(chosen,options):<\br> Execute: "neon browse to {closest(chosen,options)}"<\br> else:<\br> Neon speak: "Page not found"<\br> Neon speak: "Tell me another Neon AI web page you'd like to see or say quit."<\br>LOOP WN END<\br>Exit<\br>[/collapse] [collapsed][collapsed title=Welcome:] Script: "Welcome"<\br>Variable: name<\br>Variable: like<\br>Variable: location<\br>Variable: question<\br>Neon Speak: "Hello, My name is Neon."<\br>Neon Speak: "What is your name?"<\br>voice_input(name)<\br>Neon Speak: "Nice to meet you {name}"<\br>Neon Speak: "tell me a brand you like, for example, I like neon"<\br>voice_input(like)<\br>Execute: "tell me my coupons"<\br>Neon Speak: "Where are you"<\br>voice_input(location)<\br>Execute: "tell me the time in {location}"<\br>Execute: "tell me the weather in {location}"<\br>Neon Speak: "Please ask me a question or say exit"<\br>voice_input(question)<\br>if {question} == "exit":<\br> Exit<\br>Execute: "{question}"<\br>Exit[/collapse] [collapsed][collapsed title=Welcome Loops Demo:] Script: "Welcome Loops Demo"<\br>Variable: name<\br>Variable: like<\br>Variable: location<\br>Variable: question<\br>Neon Speak: "Hello, My name is Neon."<\br>Neon Speak: "What is your name?"<\br>voice_input(name)<\br>Neon Speak: "Nice to meet you {name}"<\br>Neon Speak: "tell me a brand you like, for example, I like neon"<\br>voice_input(like)<\br>Execute: "tell me my coupons"<\br>Neon Speak: "Where are you"<\br>voice_input(location)<\br>Execute: "tell me the time in {location}"<\br>Execute: "tell me the weather in {location}"<\br>LOOP Q1<\br> Neon Speak: "Please ask me a question or say exit"<\br> if {question} == "exit":<\br> Exit<\br> voice_input(question)<\br> #Execute: "{question}"<\br>LOOP Q1 END<\br>Exit[/collapse] [collapsed][collapsed title=Welcome Neon Demo:] Script: "Welcome Neon Demo"<\br>#Language: "English British Male"<\br>Language: en-gb, male<\br>Variable: full_name<\br>Variable: first_name<\br>Variable: last_name<\br>Variable: response<\br>Neon speak:<\br> "Hello human. My full name is Neon Gecko Inc; call me Neon. Lets get started."<\br>Execute: "what time is it"<\br>Execute: "what is the weather"<\br>Neon speak:<\br> "Please say your first and last name or say exit, or you can type your response"<\br>voice_input(full_name)<\br>Execute: "my name is {full_name}"<\br>Neon speak: "Thank you."<\br>#Execute: "tell me my full name"<\br>if profile(user.first_name):<\br> Execute: "tell me my first name"<\br>if profile(user.last_name):<\br> Execute: "tell me my last name"<\br>Neon speak:<\br> "Is that correct? Say yes, change first name, change last name or exit"<\br>voice_input(response)<\br> Case: {response}<\br> "yes"<\br> Exit<\br> "change first name"<\br> Neon speak:<\br> "Tell me your first name or say exit"<\br> voice_input(first_name)<\br> Execute: "neon my first name is {first_name}"<\br> Execute: "neon tell me my first name"<\br> "change last name"<\br> Neon speak:<\br> "Tell me your last name or say exit"<\br> voice_input(last_name)<\br> Execute: "neon my last name is {last_name}"<\br> Execute: "neon tell me my last name"<\br>Exit[/collapse] [collapsed][collapsed title=Wtp Demo:] Script: "WTP Demo"<\br>Language: en-au, female<\br>Synonym: "Demo WTP"<\br>Synonym: "WTP Demo"<\br>Variable: response<\br>Neon speak:<\br> "Say 1 or World Times for world times"<\br> "Say 2 or World Weather for world weather"<\br> "Say 3 or World Populations for world populations"<\br>voice_input(response)<\br>Case (response):<\br> "1 or World Times"<\br> Neon speak:<\br> "Say A or Athens for Athens's time"<\br> "Say B or Bombay for Bombay's time"<\br> "Say S or Seattle for Seattle's time"<\br> voice_input(response)<\br> Case (response):<\br> "A or Athens"<\br> Execute: "What time is it in Athens"<\br> "B or Bombay"<\br> Execute: "What time is it in Bombay"<\br> "S or Seattle"<\br> Execute: "What time is it in Seattle"<\br> "2 or World Weather"<\br> Neon speak:<\br> "Say A or Athens for the weather in Athens"<\br> "Say B or Bombay for the weather in Bombay"<\br> "Say S or Seattle for the weather in Seattle"<\br> voice_input(response)<\br> Case (response):<\br> "A or Athens"<\br> Execute: "What is the weather in Athens"<\br> "B or Bombay"<\br> Execute: "What is the weather in Bombay"<\br> "S or Seattle"<\br> Execute: "What is the weather in Seattle"<\br> "3 or World Populations"<\br> Neon speak:<\br> "Say A or Athens for Athens's population"<\br> "Say B or Bombay for Bombay's population"<\br> "Say S or Seattle for Seattle's population"<\br> voice_input(response)<\br> Case (response):<\br> "A or Athens"<\br> Execute: "What is the population of Athens"<\br> "B or Bombay"<\br> Execute: "What is the population of Bombay"<\br> "S or Seattle"<\br> Execute: "What is the population of Seattle"<\br>Exit[/collapse] [collapsed][collapsed title=Xyz:] Script: "xyz"<\br>Neon speak: "Hello"<\br>Neon speak: "Thank you for running the xyz script. Would you like to hear a joke"<\br>Execute: "tell me a joke"<\br>Neon speak: "Here is the current time"<\br>Execute: "what is the time"<\br>Exit[/collapse]