Dela via


LanguageGeneratorManager.ResourceExplorerResolver Metod

Definition

Returnerar matcharen för att matcha LG-import-ID till malltext baserat på språk och ett ombud för mallresursinläsaren.

public static Microsoft.Bot.Builder.LanguageGeneration.ImportResolverDelegate ResourceExplorerResolver (string locale, System.Collections.Generic.Dictionary<string,System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>> resourceMapping);
static member ResourceExplorerResolver : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Declarative.Resources.Resource>> -> Microsoft.Bot.Builder.LanguageGeneration.ImportResolverDelegate
Public Shared Function ResourceExplorerResolver (locale As String, resourceMapping As Dictionary(Of String, IList(Of Resource))) As ImportResolverDelegate

Parametrar

locale
String

Språkvariant för att identifiera språk.

resourceMapping
Dictionary<String,IList<Resource>>

Ombud för mallresursinläsare.

Returer

Ombudet för att lösa resursen.

Gäller för