Find.FindValues(String, List<SortedValue>, FindValuesOptions) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Deze methode is intern en mag niet worden gebruikt.
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))
Parameters
- utterance
- String
De invoer.
- values
- List<SortedValue>
De waarden.
- options
- FindValuesOptions
De opties voor de zoekopdracht.
Retouren
Een lijst met gevonden waarden.
Opmerkingen
Gebruik FindChoices(String, IList<Choice>, FindChoicesOptions) of FindChoices(String, IList<String>, FindChoicesOptions) in plaats daarvan.