다음을 통해 공유


Templates 생성자

정의

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

public Templates (System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Template> templates = default, System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.TemplateImport> imports = default, System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Diagnostic> diagnostics = default, System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Templates> references = default, string content = default, string id = default, AdaptiveExpressions.ExpressionParser expressionParser = default, Microsoft.Bot.Builder.LanguageGeneration.ImportResolverDelegate importResolver = default, System.Collections.Generic.IList<string> options = default, string source = default, System.Collections.Generic.IDictionary<string,Microsoft.Bot.Builder.LanguageGeneration.Templates> namedReferences = default);
new Microsoft.Bot.Builder.LanguageGeneration.Templates : System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Template> * System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.TemplateImport> * System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Diagnostic> * System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Templates> * string * string * AdaptiveExpressions.ExpressionParser * Microsoft.Bot.Builder.LanguageGeneration.ImportResolverDelegate * System.Collections.Generic.IList<string> * string * System.Collections.Generic.IDictionary<string, Microsoft.Bot.Builder.LanguageGeneration.Templates> -> Microsoft.Bot.Builder.LanguageGeneration.Templates
Public Sub New (Optional templates As IList(Of Template) = Nothing, Optional imports As IList(Of TemplateImport) = Nothing, Optional diagnostics As IList(Of Diagnostic) = Nothing, Optional references As IList(Of Templates) = Nothing, Optional content As String = Nothing, Optional id As String = Nothing, Optional expressionParser As ExpressionParser = Nothing, Optional importResolver As ImportResolverDelegate = Nothing, Optional options As IList(Of String) = Nothing, Optional source As String = Nothing, Optional namedReferences As IDictionary(Of String, Templates) = Nothing)

매개 변수

templates
IList<Template>

템플릿 인스턴스 목록입니다.

imports
IList<TemplateImport>

TemplateImport 인스턴스 목록입니다.

diagnostics
IList<Diagnostic>

진단 인스턴스 목록입니다.

references
IList<Templates>

템플릿 인스턴스 목록입니다.

content
String

현재 템플릿 인스턴스의 콘텐츠입니다.

id
String

현재 템플릿 인스턴스의 ID입니다.

expressionParser
ExpressionParser

ExpressionParser - conent의 식을 구문 분석합니다.

importResolver
ImportResolverDelegate

LG 가져오기 ID를 템플릿 텍스트로 확인하는 해결 프로그램입니다.

options
IList<String>

템플릿을 평가하는 동안 옵션을 나타내는 문자열 목록입니다.

source
String

템플릿 원본입니다.

namedReferences
IDictionary<String,Templates>

"as" 구문을 사용하여 가져온 참조(예: myAlias로 가져오기 ).

적용 대상