Compartir a través de


ImportResolverDelegate Delegado

Definición

Delegado para resolver el identificador de recurso del archivo lg importado.

public delegate Microsoft.Bot.Builder.LanguageGeneration.LGResource ImportResolverDelegate(LGResource resource, string resourceId);
type ImportResolverDelegate = delegate of LGResource * string -> LGResource
Public Delegate Function ImportResolverDelegate(resource As LGResource, resourceId As String) As LGResource 

Parámetros

resource
LGResource

Recurso original.

resourceId
String

Identificador de recurso que se va a resolver.

Valor devuelto

Recurso resuelto.

Se aplica a