LanguagePolicy Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LanguagePolicy() |
Initializes a new instance of the LanguagePolicy class. |
LanguagePolicy(String[]) |
Initializes a new instance of the LanguagePolicy class. |
LanguagePolicy()
Initializes a new instance of the LanguagePolicy class.
public LanguagePolicy ();
Public Sub New ()
Applies to
LanguagePolicy(String[])
Initializes a new instance of the LanguagePolicy class.
public LanguagePolicy (params string[] defaultLanguage);
new Microsoft.Bot.Builder.Dialogs.Adaptive.LanguagePolicy : string[] -> Microsoft.Bot.Builder.Dialogs.Adaptive.LanguagePolicy
Public Sub New (ParamArray defaultLanguage As String())
Parameters
- defaultLanguage
- String[]
Default language to use.