Find.FindChoices Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FindChoices(String, IList<Choice>, FindChoicesOptions) |
Met en correspondance l’entrée utilisateur par rapport à une liste de choix. |
FindChoices(String, IList<String>, FindChoicesOptions) |
Met en correspondance l’entrée utilisateur par rapport à une liste de choix. |
FindChoices(String, IList<Choice>, FindChoicesOptions)
Met en correspondance l’entrée utilisateur par rapport à une liste de choix.
public static System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.ModelResult<Microsoft.Bot.Builder.Dialogs.Choices.FoundChoice>> FindChoices (string utterance, System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> choices, Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions options = default);
static member FindChoices : string * System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> * Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions -> System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.ModelResult<Microsoft.Bot.Builder.Dialogs.Choices.FoundChoice>>
Public Shared Function FindChoices (utterance As String, choices As IList(Of Choice), Optional options As FindChoicesOptions = Nothing) As List(Of ModelResult(Of FoundChoice))
Paramètres
- utterance
- String
Entrée.
- options
- FindChoicesOptions
Facultatif, options permettant de contrôler la stratégie de reconnaissance.
Retours
Liste des choix trouvés, triés en premier par les plus pertinents.
S’applique à
FindChoices(String, IList<String>, FindChoicesOptions)
Met en correspondance l’entrée utilisateur par rapport à une liste de choix.
public static System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.ModelResult<Microsoft.Bot.Builder.Dialogs.Choices.FoundChoice>> FindChoices (string utterance, System.Collections.Generic.IList<string> choices, Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions options = default);
static member FindChoices : string * System.Collections.Generic.IList<string> * Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions -> System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.ModelResult<Microsoft.Bot.Builder.Dialogs.Choices.FoundChoice>>
Public Shared Function FindChoices (utterance As String, choices As IList(Of String), Optional options As FindChoicesOptions = Nothing) As List(Of ModelResult(Of FoundChoice))
Paramètres
- utterance
- String
Entrée.
- options
- FindChoicesOptions
Facultatif, options permettant de contrôler la stratégie de reconnaissance.
Retours
Liste des choix trouvés, triés en premier par les plus pertinents.