Find Classe
- java.
lang. Object - com.
microsoft. bot. dialogs. choices. Find
- com.
public final class Find
Contient des méthodes pour la mise en correspondance des entrées utilisateur par rapport à une liste de choix.
Résumé de la méthode
| Modificateur et type | Méthode et description |
|---|---|
|
static
java.util.List<Model |
findChoices(String utterance, List<Choice> choices)
Correspond à l’entrée utilisateur par rapport à une liste de choix. |
|
static
java.util.List<Model |
findChoices(String utterance, List<Choice> choices, FindChoicesOptions options)
Correspond à l’entrée utilisateur par rapport à une liste de choix. |
|
static
java.util.List<Model |
findChoicesFromStrings(String utterance, List<String> choices)
Correspond à l’entrée utilisateur par rapport à une liste de chaînes. |
|
static
java.util.List<Model |
findChoicesFromStrings(String utterance, List<String> choices, FindChoicesOptions options)
Correspond à l’entrée utilisateur par rapport à une liste de chaînes. |
Méthodes héritées de java.lang.Object
Détails de la méthode
findChoices
public static List
Correspond à l’entrée utilisateur par rapport à une liste de choix.
Paramètres:
Retours:
findChoices
public static List
Correspond à l’entrée utilisateur par rapport à une liste de choix.
Paramètres:
Retours:
findChoicesFromStrings
public static List
Correspond à l’entrée utilisateur par rapport à une liste de chaînes.
Paramètres:
Retours:
findChoicesFromStrings
public static List
Correspond à l’entrée utilisateur par rapport à une liste de chaînes.
Paramètres:
Retours: