OnIntent コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
OnIntent クラスの新しいインスタンスを初期化します。
public OnIntent(string intent = default, System.Collections.Generic.List<string> entities = default, System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> actions = default, string condition = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnIntent : string * System.Collections.Generic.List<string> * System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Dialog> * string * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Conditions.OnIntent
Public Sub New (Optional intent As String = Nothing, Optional entities As List(Of String) = Nothing, Optional actions As List(Of Dialog) = Nothing, Optional condition As String = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)
パラメーター
- intent
- String
省略可能。一致する意図。
- condition
- String
オプション。アクションを実行するために満たす必要がある条件。
- callerPath
- String
オプションのソース ファイルの完全パス。
- callerLine
- Int32
ソース ファイルのオプションの行番号。