LGResource(String, String, String) Constructor
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.
Initializes a new instance of the LGResource class.
public LGResource (string id, string fullName, string content);
new Microsoft.Bot.Builder.LanguageGeneration.LGResource : string * string * string -> Microsoft.Bot.Builder.LanguageGeneration.LGResource
Public Sub New (id As String, fullName As String, content As String)
Parameters
- id
- String
Resource id.
- fullName
- String
The full path to the resource on disk.
- content
- String
Resource content.