We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52e45e commit 2700599Copy full SHA for 2700599
MAUI/SmartScheduler/working-with-smart-scheduler.md
@@ -235,9 +235,9 @@ public class ViewModel
235
{
236
this.suggestedPrompts = new List<string>()
237
238
- "Schedule meeting",
239
- "Set reminder",
240
- "Book appointment"
+ "Summarize today's appointments",
+ "Find today's free timeslots",
+ "Conflict detection"
241
};
242
}
243
@@ -249,9 +249,9 @@ public class ViewModel
249
smartScheduler.AssistViewSettings.ShowAssistViewBanner = true;
250
smartScheduler.AssistViewSettings.SuggestedPrompts = new List<string>
251
252
253
254
255
256
this.Content = smartScheduler;
257
0 commit comments