Freigeben über


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

Definition

Diese Methode ist intern und sollte nicht verwendet werden.

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))

Parameter

utterance
String

Die Eingabe.

values
List<SortedValue>

Die Werte.

options
FindValuesOptions

Die Optionen für die Suche.

Gibt zurück

Eine Liste der gefundenen Werte.

Hinweise

Verwenden Sie stattdessen FindChoices(String, IList<Choice>, FindChoicesOptions) oder FindChoices(String, IList<String>, FindChoicesOptions).

Gilt für: