Udostępnij przez


Find.FindValues(String, List<SortedValue>, FindValuesOptions) Metoda

Definicja

Ta metoda jest wewnętrzna i nie powinna być używana.

public static System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.ModelResult<Microsoft.Bot.Builder.Dialogs.Choices.FoundValue>> FindValues(string utterance, System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.SortedValue> values, Microsoft.Bot.Builder.Dialogs.Choices.FindValuesOptions options = default);
static member FindValues : string * System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.SortedValue> * Microsoft.Bot.Builder.Dialogs.Choices.FindValuesOptions -> System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Choices.ModelResult<Microsoft.Bot.Builder.Dialogs.Choices.FoundValue>>
Public Shared Function FindValues (utterance As String, values As List(Of SortedValue), Optional options As FindValuesOptions = Nothing) As List(Of ModelResult(Of FoundValue))

Parametry

utterance
String

Dane wejściowe.

values
List<SortedValue>

Wartości.

options
FindValuesOptions

Opcje wyszukiwania.

Zwraca

Lista znalezionych wartości.

Uwagi

Użyj FindChoices(String, IList<Choice>, FindChoicesOptions) polecenia lub FindChoices(String, IList<String>, FindChoicesOptions) zamiast tego.

Dotyczy