Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

ContosoLocationResourceManager.cs 316 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. namespace ContosoFlowers.BotAssets
  2. {
  3. using System;
  4. using Microsoft.Bot.Builder.Location;
  5. using Properties;
  6. [Serializable]
  7. public class ContosoLocationResourceManager : LocationResourceManager
  8. {
  9. public override string ConfirmationAsk => Resources.Location_ConfirmationAsk;
  10. }
  11. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...