You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user looking for a restaurant recommendation, I want to be able to chat with a virtual assistant or chatbot that can suggest restaurants and dishes based on contextual factors such as mood, time of day, weather, user preferences, history or other relevant information.
Mockup
Acceptance Tests:
Scenario 1: Chatting with the chatbot for a lunch recommendation
Given that the user is chatting with the chatbot
And it is currently around lunchtime
When the user asks for a restaurant recommendation for lunch
Then the chatbot should suggest restaurants that are open for lunch and serve cuisine types that match the user's preferences
And the chatbot should take into consideration factors such as the user's location and current weather conditions.
Scenario 2: Chatting with the chatbot for a romantic dinner recommendation
Given that the user is chatting with the chatbot
And the user has indicated that they are in the mood for a romantic dinner
When the user asks for a restaurant recommendation
Then the chatbot should suggest restaurants that have a romantic atmosphere and serve cuisine types that match the user's preferences
And the chatbot should take into consideration factors such as the user's location and current weather conditions.
Scenario 3: Chatting with the chatbot for a vegan restaurant recommendation
Given that the user is chatting with the chatbot
And the user has indicated that they are a vegan
When the user asks for a restaurant recommendation
Then the chatbot should suggest restaurants that have vegan options and serve cuisine types that match the user's preferences
And the chatbot should take into consideration factors such as the user's location and current weather conditions.
The text was updated successfully, but these errors were encountered:
acarolinacc
changed the title
As a user looking for a restaurant recommendation, I want to be able to chat with a virtual assistant or chatbot that can suggest restaurants and dishes based on contextual factors such as mood, time of day, weather, user preferences, history or other relevant information.
Virtual assistant
Mar 14, 2023
Description
As a user looking for a restaurant recommendation, I want to be able to chat with a virtual assistant or chatbot that can suggest restaurants and dishes based on contextual factors such as mood, time of day, weather, user preferences, history or other relevant information.
Mockup
Acceptance Tests:
Scenario 1: Chatting with the chatbot for a lunch recommendation
Given that the user is chatting with the chatbot
And it is currently around lunchtime
When the user asks for a restaurant recommendation for lunch
Then the chatbot should suggest restaurants that are open for lunch and serve cuisine types that match the user's preferences
And the chatbot should take into consideration factors such as the user's location and current weather conditions.
Scenario 2: Chatting with the chatbot for a romantic dinner recommendation
Given that the user is chatting with the chatbot
And the user has indicated that they are in the mood for a romantic dinner
When the user asks for a restaurant recommendation
Then the chatbot should suggest restaurants that have a romantic atmosphere and serve cuisine types that match the user's preferences
And the chatbot should take into consideration factors such as the user's location and current weather conditions.
Scenario 3: Chatting with the chatbot for a vegan restaurant recommendation
Given that the user is chatting with the chatbot
And the user has indicated that they are a vegan
When the user asks for a restaurant recommendation
Then the chatbot should suggest restaurants that have vegan options and serve cuisine types that match the user's preferences
And the chatbot should take into consideration factors such as the user's location and current weather conditions.
The text was updated successfully, but these errors were encountered: