다음을 통해 공유


LGResource(String, String, String) 생성자

정의

LGResource 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

id
String

리소스 ID입니다.

fullName
String

디스크의 리소스에 대한 전체 경로입니다.

content
String

리소스 콘텐츠.

적용 대상