Templates.EvaluateText(String, Object, EvaluationOptions) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インライン テンプレート文字列を評価します。
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。
Evaluationテンプレートを評価する際のオプション。
戻り値
評価された結果。