Skip to content

Commit 2700599

Browse files
committed
Changed the suggestion prompts
1 parent d52e45e commit 2700599

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

MAUI/SmartScheduler/working-with-smart-scheduler.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,9 @@ public class ViewModel
235235
{
236236
this.suggestedPrompts = new List<string>()
237237
{
238-
"Schedule meeting",
239-
"Set reminder",
240-
"Book appointment"
238+
"Summarize today's appointments",
239+
"Find today's free timeslots",
240+
"Conflict detection"
241241
};
242242
}
243243
}
@@ -249,9 +249,9 @@ public class ViewModel
249249
smartScheduler.AssistViewSettings.ShowAssistViewBanner = true;
250250
smartScheduler.AssistViewSettings.SuggestedPrompts = new List<string>
251251
{
252-
"Schedule meeting",
253-
"Set reminder",
254-
"Book appointment"
252+
"Summarize today's appointments",
253+
"Find today's free timeslots",
254+
"Conflict detection"
255255
};
256256
this.Content = smartScheduler;
257257

0 commit comments

Comments
 (0)