Templates.EvaluateText(String, Object, EvaluationOptions) メソッド

定義

インラインテンプレート文字列を評価します。

public object EvaluateText(string text, object scope = default, Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions opt = default);
member this.EvaluateText : string * obj * Microsoft.Bot.Builder.LanguageGeneration.EvaluationOptions -> obj
Public Function EvaluateText (text As String, Optional scope As Object = Nothing, Optional opt As EvaluationOptions = Nothing) As Object

パラメーター

text
String

評価されるインライン文字列。

scope
Object

Scope オブジェクトまたは JToken。

opt
EvaluationOptions

テンプレートを評価する場合の EvaluationOptions。

返品

評価済みの結果。

適用対象