Find クラス
- java.
lang. Object - com.
microsoft. bot. dialogs. choices. Find
- com.
public final class Find
選択肢の一覧に対してユーザー入力を照合するためのメソッドが含まれています。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
static
java.util.List<Model |
findChoices(String utterance, List<Choice> choices)
選択肢の一覧に対してユーザー入力を照合します。 |
|
static
java.util.List<Model |
findChoices(String utterance, List<Choice> choices, FindChoicesOptions options)
選択肢の一覧に対してユーザー入力を照合します。 |
|
static
java.util.List<Model |
findChoicesFromStrings(String utterance, List<String> choices)
文字列のリストに対してユーザー入力を照合します。 |
|
static
java.util.List<Model |
findChoicesFromStrings(String utterance, List<String> choices, FindChoicesOptions options)
文字列のリストに対してユーザー入力を照合します。 |
メソッドの継承元: java.lang.Object
メソッドの詳細
findChoices
public static List
選択肢の一覧に対してユーザー入力を照合します。
パラメーター:
戻り値:
findChoices
public static List
選択肢の一覧に対してユーザー入力を照合します。
パラメーター:
戻り値:
findChoicesFromStrings
public static List
文字列のリストに対してユーザー入力を照合します。
パラメーター:
戻り値:
findChoicesFromStrings
public static List
文字列のリストに対してユーザー入力を照合します。
パラメーター:
戻り値: