public InternetProtocolRecognizerMiddleware(InternetProtocolPromptType promptType, string defaultLocale = null) { _internetProtocolPromptType = promptType; _defaultLocale = defaultLocale; }
public InternetProtocolPrompt(string dialogId, InternetProtocolPromptType type, PromptValidator <string> validator = null, string defaultLocale = null) : base(dialogId, validator) { DefaultLocale = defaultLocale; PromptType = type; }