다음을 통해 공유


Templates.ExpandTemplate(String, Object, EvaluationOptions) 메서드

정의

지정된 이름 및 범위를 사용하여 템플릿을 확장합니다. 임의의 응답 대신 가능한 모든 응답을 반환합니다.

public System.Collections.Generic.IList<object> ExpandTemplate (string templateName, object scope = default, Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions opt = default);
member this.ExpandTemplate : string * obj * Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions -> System.Collections.Generic.IList<obj>
Public Function ExpandTemplate (templateName As String, Optional scope As Object = Nothing, Optional opt As EvaluationOptions = Nothing) As IList(Of Object)

매개 변수

templateName
String

평가할 템플릿 이름입니다.

scope
Object

평가에 표시되는 상태입니다.

opt
EvaluationOptions

템플릿 확장의 EvaluationOptions입니다.

반환

확장된 결과입니다.

적용 대상