ChoiceRecognizers.RecognizeChoices Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RecognizeChoices(String, IList<Choice>, FindChoicesOptions) |
Corresponde à entrada do usuário em relação a uma lista de opções. |
RecognizeChoices(String, IList<String>, FindChoicesOptions) |
Corresponde à entrada do usuário em relação a uma lista de opções. |
RecognizeChoices(String, IList<Choice>, FindChoicesOptions)
Corresponde à entrada do usuário em relação a uma lista de opções.
public static System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.ModelResult<Microsoft.Bot.Builder.Dialogs.Choices.FoundChoice>> RecognizeChoices (string utterance, System.Collections.Generic.IList<Microsoft.Bot.Builder.Dialogs.Choices.Choice> list, Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions options = default);
static member RecognizeChoices : 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 RecognizeChoices (utterance As String, list As IList(Of Choice), Optional options As FindChoicesOptions = Nothing) As List(Of ModelResult(Of FoundChoice))
Parâmetros
- utterance
- String
A entrada.
- options
- FindChoicesOptions
Opcionais, opções para controlar a estratégia de reconhecimento.
Retornos
Uma lista de opções encontradas, classificadas pela mais relevante primeiro.
Aplica-se a
RecognizeChoices(String, IList<String>, FindChoicesOptions)
Corresponde à entrada do usuário em relação a uma lista de opções.
public static System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.ModelResult<Microsoft.Bot.Builder.Dialogs.Choices.FoundChoice>> RecognizeChoices (string utterance, System.Collections.Generic.IList<string> choices, Microsoft.Bot.Builder.Dialogs.Choices.FindChoicesOptions options = default);
static member RecognizeChoices : 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 RecognizeChoices (utterance As String, choices As IList(Of String), Optional options As FindChoicesOptions = Nothing) As List(Of ModelResult(Of FoundChoice))
Parâmetros
- utterance
- String
A entrada.
- options
- FindChoicesOptions
Opcionais, opções para controlar a estratégia de reconhecimento.
Retornos
Uma lista de opções encontradas, classificadas pela mais relevante primeiro.