Share via


ImportResolverDelegate Delegate

Definition

Delegate for resolving resource id of imported lg file.

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 

Parameters

resource
LGResource

Original resource.

resourceId
String

Resource id to resolve.

Return Value

Resolved resource.

Applies to