LuisDialog<TResult>.GetLuisQueryTextAsync 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.
protected virtual System.Threading.Tasks.Task<string> GetLuisQueryTextAsync(Microsoft.Bot.Builder.Dialogs.IDialogContext context, Microsoft.Bot.Connector.IMessageActivity message);
abstract member GetLuisQueryTextAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext * Microsoft.Bot.Connector.IMessageActivity -> System.Threading.Tasks.Task<string>
override this.GetLuisQueryTextAsync : Microsoft.Bot.Builder.Dialogs.IDialogContext * Microsoft.Bot.Connector.IMessageActivity -> System.Threading.Tasks.Task<string>
Protected Overridable Function GetLuisQueryTextAsync (context As IDialogContext, message As IMessageActivity) As Task(Of String)
Parameters
- context
- IDialogContext
- message
- IMessageActivity