Share via


LGResource(String, String, String) Constructor

Definition

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.

Applies to