Exemple #1
0
 public SocialMediaRecognizerMiddleware(SocialMediaPromptType promptType, string defaultLocale = null)
 {
     _defaultLocale    = defaultLocale;
     _socialPromptType = promptType;
 }
Exemple #2
0
 public SocialMediaPrompt(string dialogId, SocialMediaPromptType type, PromptValidator <string> validator = null, string defaultLocale = null)
     : base(dialogId, validator)
 {
     DefaultLocale = defaultLocale;
     PromptType    = type;
 }