ImportResolverDelegate Delegate
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.
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.