Tester
Editor
TasteBud is a chatbot designed to provide recipe recommendations based on user input, taking into account factors like hunger levels, flavor cravings, desired cooking time. It operates within messaging/chat applications on smartphones and tablets. It leverages the device's voice-to-text (VTT) and text-to-speech (TTS) capabilities to enable voice interaction. Additionally, it may also introduce users to new and diverse cuisines as part of the conversation.
Choosing meals and planning what to eat presents a daily challenge for many people. With countless recipes available online, finding suitable meal options that cater to one's taste and dietary requirements can feel daunting and time-consuming. This leads to decision-fatigue and frequently results in opting for takeout, consuming unhealthy convenience foods, or sticking to a handful of familiar dishes. This also limits exposure to new and varied cuisines.
There is a need for a personalized solution that takes the guesswork out of meal planning while expanding users' culinary horizons.
Creation and refinement of TasteBud followed a 4-step approach.
Developing bot personality by specifying interaction goals, character traits.
Creating sample scripts and flow diagrams and identifying required intents.
User testing of TasteBud using Wizard of Oz method.
Creating video prototypes of TasteBud in action.
A chatbot's personality plays a pivotal role in shaping the user's perception and experience. Infusing the conversation with a unique tone of a well-crafted personality can establish trust, rapport, and engagement, making the interaction feel natural and personable. Conversely, a flat or jarring personality might alienate users, hindering adoption.
Interaction goals serve as the guiding principles that inform the chatbot's personality traits, language, and behavior. Interaction goals defined for TasteBud were:
Streamlined to gather necessary inputs.
Asks questions and makes suggestions as required.
Provides accurate recommendations.
Tailored to the individual.
TasteBud adopts a moderate level of personification, striking a balance between feeling approachable and conversational. Tastebud refers to itself as "I" and emphasizes practical recipe recommendations but does not try to pass off as human setting clear user expectations.
The core traits defining TasteBud's personality are curated to promote an engaging, trustworthy, and adaptable experience. Character traits for TasteBud include:
Extensive insights about recipes.
Accounts for user needs, restrictions, preferences.
Motivates to try new cuisines, ingredients.
Allows users to change their mind or go back.
Establishing an appropriate tone was crucial for TasteBud to create a cohesive, engaging personality that resonated with users.
Tone spectrum for TasteBud
"Enthusiastic
yet
Grounded"
TasteBud's personality struck a harmonious balance between knowledgeable authority and friendly guidance. Culinary expertise blended with thoughtful empathy, warm encouragement, and adaptability to create an approachable and credible experience.
Sample scripts helped to prototype how TasteBud's personality would come to life through actual conversations. These allowed me to iterate on the tone, phrasing, and even hints of personality like light humor.
I created 3 sample scripts, 1 accounting for a new users and 2 for returning users.
To define the optimal first interaction, I crafted a sample script for a new user's initial conversation with TasteBud. This covered the onboarding process - how TasteBud would introduce itself, explain its culinary guidance capabilities, and collect preferences, dietary restrictions and profile information.
This script was created to mimic a shorter conversation with a returning user that needs quick recommendation but then changes initial time restriction to get a new recipe recommendation. This showcases the adaptability of TasteBud.
TasteBud relies on user inputs to give personalized recipe recommendations, this script works with the preference gathering prompts and the descriptors for the type of meal requested. Here for snacks, TasteBud inquires if the user wants something crunchy, refreshing, savory, or sweet.
Using the 3 sample scripts as a foundation, I mapped out comprehensive conversation flows for each scenario. Flowcharts laid out the dialogue branches, transitions, and constraints governing how TasteBud should respond based on user inputs and intents.
For the new user onboarding, the flow accounted for gathering key profile details like dietary restrictions and allergens. The returning user flows skip directly to either recipe suggestion or prompts for preference as TasteBud would accommodate the restrictions and preferences from memory.
Snippets showing part of Flow Diagrams
Throughout this process, I identified and annotated the specific intents - such as constraints, updating food preferences, or requesting a particular cuisine type - that TasteBud would need to accurately detect in order to suggest relevant recipes.
Wizard of Oz testing involves a human operator covertly simulating a chatbot's intended responses during user interactions. This allows early evaluation and iterative development of chatbots prior to full implementation.
I conducted 3 sessions of testing using Google chat platform. These sessions led to some interesting questions and findings:
The prototype followed the messaging UI on a smartphone. I created a recipe card containing title, short description and the relevant time information. The recipe card was added within the text bubble as a link to full recipe.
Recipe overview card
To showcase TasteBud in action I created video prototypes for the 3 scripts.
TasteBud would rely on a repository of recipes to make the suggestions, designing a database schema required would be a nice addition. Identifying metadata tags to create recipe cards that cater to all parameters required for a successful recipe search recommendation.
Build out a working prototype for TasteBud and training it.
Chatbot ≠ predefined prompts and responses. Creating a chatbot that is good, requires more than just creating a list of prompts and responses. It requires personality that is well aligned, it needs to adapt to the user's input and needs to be tested for its effectiveness.
Working on TasteBud, I learned about personality of bots and the considerations for choosing level of personification. Bot testing methods like Wizard of Oz greatly helped me with deciding factors like word choice and response length. I enhanced my presentation skills by creating a video prototype.